summaryrefslogtreecommitdiff
path: root/dev-haskell/split/split-0.2.3.1.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 21:52:18 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commit0ca12ad5259e120b4c4b3a6a7abec144428d6622 (patch)
treefb447a3e42633ff7d58aabc02bcd8c66b21f4fd9 /dev-haskell/split/split-0.2.3.1.ebuild
parentca3c7c4dd90b39e9af2ade1c06ebad97c4d61df9 (diff)
downloadgentoo-0ca12ad5259e120b4c4b3a6a7abec144428d6622.tar.gz
gentoo-0ca12ad5259e120b4c4b3a6a7abec144428d6622.tar.xz
dev-haskell/split: bump up to 0.2.3.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/split/split-0.2.3.1.ebuild')
-rw-r--r--dev-haskell/split/split-0.2.3.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/split/split-0.2.3.1.ebuild b/dev-haskell/split/split-0.2.3.1.ebuild
new file mode 100644
index 00000000000..72a77cd8878
--- /dev/null
+++ b/dev-haskell/split/split-0.2.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Combinator library for splitting lists"
+HOMEPAGE="http://hackage.haskell.org/package/split"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/quickcheck-2.4 )
+"