summaryrefslogtreecommitdiff
path: root/dev-haskell/fail
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/fail
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/fail')
-rw-r--r--dev-haskell/fail/Manifest3
-rw-r--r--dev-haskell/fail/fail-4.9.0.0.ebuild24
-rw-r--r--dev-haskell/fail/metadata.xml19
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/fail/Manifest b/dev-haskell/fail/Manifest
new file mode 100644
index 000000000000..7b5004c14f03
--- /dev/null
+++ b/dev-haskell/fail/Manifest
@@ -0,0 +1,3 @@
+DIST fail-4.9.0.0.tar.gz 2416 BLAKE2B cad36efcb3b93245dd3f90643694d85e6797fce5ee1866c6e8691d9b2845774846b99a7436f854c26daec985f07a9700fe4b2c1a467f2d33bd8a8fa0e6d3058b SHA512 0b4e6111387768482ff10b8ee55ff0b3b04750d8def057b7935bef814902de4536d0825e18b95a342722735b29cf88aafec21eb3b2a75eb4f0c55aa7c6b80108
+EBUILD fail-4.9.0.0.ebuild 599 BLAKE2B d7e56c4da73f12f25255c7de0d3dffa1f852a062299a0bf9627bc920aa77b7187013ddc436c0a8a4755494fe323447bf84908e13dfded214e3a282a6165061b6 SHA512 67d054854a3bcb5125f93697615770d01cc970445136a9434462caaf86d23cda57a96581728bfd978a20b30e9b19d44d1205fee85fb7756db6073acbb041f670
+MISC metadata.xml 802 BLAKE2B 3233af197b69239c6cec5f3711c9b6ef976fc3a71251298515866d786afb360c02bed95e4d0b614828f91b2fce9ae496c72072423468fba2453f898c95f7f141 SHA512 45b162d2aafda8927d5fd066b5db9340830998aae3093717910e5d39863c329060741e7318312c5f26c0115dd0b583fe77c89a82eca7ad15ac54013be29835c4
diff --git a/dev-haskell/fail/fail-4.9.0.0.ebuild b/dev-haskell/fail/fail-4.9.0.0.ebuild
new file mode 100644
index 000000000000..9bc3a0e08a03
--- /dev/null
+++ b/dev-haskell/fail/fail-4.9.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.9999
+
+CABAL_FEATURES="lib profile" # ghc-8 already provides module; haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Forward-compatible MonadFail class"
+HOMEPAGE="https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/fail/metadata.xml b/dev-haskell/fail/metadata.xml
new file mode 100644
index 000000000000..498e6ece3d08
--- /dev/null
+++ b/dev-haskell/fail/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ This package contains the &quot;Control.Monad.Fail&quot; module providing the
+ &lt;https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail MonadFail&gt;
+ class that became available in
+ &lt;https://hackage.haskell.org/package/base-4.9.0.0 base-4.9.0.0&gt;
+ for older @base@ package versions.
+
+ This package turns into an empty package when used with GHC versions
+ which already provide the &quot;Control.Monad.Fail&quot; module to make way for
+ GHC&#39;s own &quot;Control.Monad.Fail&quot; module.
+ </longdescription>
+</pkgmetadata>