summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-11 08:07:12 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commitc6c18ab47a573fd07484dfbc56abcb4a572c67f7 (patch)
tree7a45e057ffce27346414d2a5276a66ab1648b67e /dev-haskell/conduit/conduit-1.2.6.6.ebuild
parentdev-haskell/conduit-extra: bump up to 1.1.13.1 (diff)
downloadgentoo-c6c18ab47a573fd07484dfbc56abcb4a572c67f7.tar.gz
gentoo-c6c18ab47a573fd07484dfbc56abcb4a572c67f7.tar.bz2
gentoo-c6c18ab47a573fd07484dfbc56abcb4a572c67f7.zip
dev-haskell/conduit: bump up to 1.2.6.6
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/conduit/conduit-1.2.6.6.ebuild')
-rw-r--r--dev-haskell/conduit/conduit-1.2.6.6.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/conduit/conduit-1.2.6.6.ebuild b/dev-haskell/conduit/conduit-1.2.6.6.ebuild
new file mode 100644
index 000000000000..8971a63925e6
--- /dev/null
+++ b/dev-haskell/conduit/conduit-1.2.6.6.ebuild
@@ -0,0 +1,36 @@
+# 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="Streaming data processing library"
+HOMEPAGE="https://github.com/snoyberg/conduit"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/exceptions-0.6:=[profile?]
+ >=dev-haskell/lifted-base-0.1:=[profile?]
+ dev-haskell/mmorph:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
+ >=dev-haskell/transformers-0.2.2:=[profile?]
+ >=dev-haskell/transformers-base-0.4.1:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
+ >=dev-haskell/void-0.5.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ >=dev-haskell/quickcheck-2.7
+ dev-haskell/safe )
+"