diff options
author | 2016-11-05 23:05:10 +0000 | |
---|---|---|
committer | 2016-11-05 23:23:04 +0000 | |
commit | 010cf12813814265cf8a7f11dd7d63ba2fab3b89 (patch) | |
tree | 7dd454460fad0bfe8c8cfacc35e354e26618a674 /dev-haskell/conduit/conduit-1.2.8.ebuild | |
parent | dev-haskell/concurrent-output: bump up to 1.7.7 (diff) | |
download | gentoo-010cf12813814265cf8a7f11dd7d63ba2fab3b89.tar.gz gentoo-010cf12813814265cf8a7f11dd7d63ba2fab3b89.tar.bz2 gentoo-010cf12813814265cf8a7f11dd7d63ba2fab3b89.zip |
dev-haskell/conduit: bump up to 1.2.8
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/conduit/conduit-1.2.8.ebuild')
-rw-r--r-- | dev-haskell/conduit/conduit-1.2.8.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/conduit/conduit-1.2.8.ebuild b/dev-haskell/conduit/conduit-1.2.8.ebuild new file mode 100644 index 000000000000..06070d138270 --- /dev/null +++ b/dev-haskell/conduit/conduit-1.2.8.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/monad-control:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.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.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hspec-1.3 + >=dev-haskell/quickcheck-2.7 + dev-haskell/safe ) +" |