summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-15 22:04:44 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:21:20 +0000
commit4148697475b44e9d8521c56a689d9b8967ebb2f3 (patch)
tree2073431ece38c653798f511a4336ec57b51a585f /dev-haskell/fail
parentdev-haskell/edisoncore: new package, a depend of sci-mathematics/agda-2.5.2 (diff)
downloadgentoo-4148697475b44e9d8521c56a689d9b8967ebb2f3.tar.gz
gentoo-4148697475b44e9d8521c56a689d9b8967ebb2f3.tar.bz2
gentoo-4148697475b44e9d8521c56a689d9b8967ebb2f3.zip
dev-haskell/fail: new package, a depend of sci-mathematics/agda-2.5.2
Forward-compatible MonadFail class Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/fail')
-rw-r--r--dev-haskell/fail/Manifest1
-rw-r--r--dev-haskell/fail/fail-4.9.0.0.ebuild25
-rw-r--r--dev-haskell/fail/metadata.xml19
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/fail/Manifest b/dev-haskell/fail/Manifest
new file mode 100644
index 000000000000..233ed679631b
--- /dev/null
+++ b/dev-haskell/fail/Manifest
@@ -0,0 +1 @@
+DIST fail-4.9.0.0.tar.gz 2416 SHA256 6d5cdb1a5c539425a9665f740e364722e1d9d6ae37fbc55f30fe3dbbbb91d4a2 SHA512 0b4e6111387768482ff10b8ee55ff0b3b04750d8def057b7935bef814902de4536d0825e18b95a342722735b29cf88aafec21eb3b2a75eb4f0c55aa7c6b80108 WHIRLPOOL f7188e995a311eabebfabe368e6de7d206e2ccdffcda9ac82b0a7befd7da51b80e39d3f49fe8c447fbaef39e886bed76b4b958b77c552cc2bdd5dedd6a0b4478
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..c333472a3b89
--- /dev/null
+++ b/dev-haskell/fail/fail-4.9.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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>