dev-haskell/monadplus: new package, a depend of sci-mathematics/agda-2.5.2
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 22:08:53 +0000 (22:08 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 10:21:21 +0000 (10:21 +0000)
Haskell98 partial maps and filters over MonadPlus

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-haskell/monadplus/Manifest [new file with mode: 0644]
dev-haskell/monadplus/metadata.xml [new file with mode: 0644]
dev-haskell/monadplus/monadplus-1.4.2.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/monadplus/Manifest b/dev-haskell/monadplus/Manifest
new file mode 100644 (file)
index 0000000..3cf5ad4
--- /dev/null
@@ -0,0 +1 @@
+DIST monadplus-1.4.2.tar.gz 3671 SHA256 366ed520db1eaf2ec56d8508fee2804cc24c7a6016de4b75b9addec681186595 SHA512 839a35b3de1226e177c07e30b86e841ddd19075d3ce29fa7154fefb371d9bef8aa85847d7c139faad93713d5b7889979498097f69c6e3bccfcee2fbbf7bf6539 WHIRLPOOL cc0c5759f49a4a06e1803b6a8b10aea5c00bc1b11aa700b46857e9bd4e29aaa942dd47d60481c10d910def9be3340c7e71fcd90887d52ed081fe1761d5b1be3a
diff --git a/dev-haskell/monadplus/metadata.xml b/dev-haskell/monadplus/metadata.xml
new file mode 100644 (file)
index 0000000..493cefb
--- /dev/null
@@ -0,0 +1,13 @@
+<?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>
+               Filtering and folding over arbitrary `MonadPlus` instances.
+               This package generalizes many common stream operations such as
+               `filter`, `catMaybes` etc.
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/monadplus/monadplus-1.4.2.ebuild b/dev-haskell/monadplus/monadplus-1.4.2.ebuild
new file mode 100644 (file)
index 0000000..45c83df
--- /dev/null
@@ -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
+"