summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:32:42 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:39:44 +0000
commit7f1b0fd76c276928b614a10e6e8cdba405c76722 (patch)
treee7f964d305681942fb87f3c8ac89f5d9abfab8e6 /dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild
parentdev-haskell/mtl-compat: bump up to 0.2.2 (diff)
downloadgentoo-7f1b0fd76c276928b614a10e6e8cdba405c76722.tar.gz
gentoo-7f1b0fd76c276928b614a10e6e8cdba405c76722.tar.bz2
gentoo-7f1b0fd76c276928b614a10e6e8cdba405c76722.zip
dev-haskell/monadplus: bump up to 1.4.2-r1
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild')
-rw-r--r--dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild b/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild
new file mode 100644
index 000000000000..b5dbfd5ad984
--- /dev/null
+++ b/dev-haskell/monadplus/monadplus-1.4.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# 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="https://hackage.haskell.org/package/${P}/${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
+"
+
+PATCHES=("${FILESDIR}"/${P}-ghc-8.4.patch)