summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-15 22:08:53 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:21:21 +0000
commitfee1981ae422cd780931b8c369e44203c4b0e280 (patch)
tree4fd226da75bb48a03b7c69c11f3c306a20b3fd6e /dev-haskell/monadplus/monadplus-1.4.2.ebuild
parentdev-haskell/gitrev: new package, a depend of sci-mathematics/agda-2.5.2 (diff)
downloadgentoo-fee1981ae422cd780931b8c369e44203c4b0e280.tar.gz
gentoo-fee1981ae422cd780931b8c369e44203c4b0e280.tar.bz2
gentoo-fee1981ae422cd780931b8c369e44203c4b0e280.zip
dev-haskell/monadplus: new package, a depend of sci-mathematics/agda-2.5.2
Haskell98 partial maps and filters over MonadPlus Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/monadplus/monadplus-1.4.2.ebuild')
-rw-r--r--dev-haskell/monadplus/monadplus-1.4.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/monadplus/monadplus-1.4.2.ebuild b/dev-haskell/monadplus/monadplus-1.4.2.ebuild
new file mode 100644
index 000000000000..45c83dfb5a6b
--- /dev/null
+++ b/dev-haskell/monadplus/monadplus-1.4.2.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.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell98 partial maps and filters over MonadPlus"
+HOMEPAGE="http://hackage.haskell.org/package/monadplus"
+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
+"