summaryrefslogtreecommitdiff
path: root/dev-haskell/fail/fail-4.9.0.0.ebuild
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/fail-4.9.0.0.ebuild
parentf81590adf87de82315d1e29a61ace4f283c970c9 (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/fail-4.9.0.0.ebuild')
-rw-r--r--dev-haskell/fail/fail-4.9.0.0.ebuild25
1 files changed, 25 insertions, 0 deletions
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
+"