diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:11:47 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | 8bdd36fba3a022b6da40cc79f42445b151913c0a (patch) | |
tree | 265c164f7788b996a8a84c0923b268666f43014e /dev-haskell/pipes/pipes-4.1.9.ebuild | |
parent | dev-haskell/th-reify-many: bump up to 0.1.6 (diff) | |
download | gentoo-8bdd36fba3a022b6da40cc79f42445b151913c0a.tar.gz gentoo-8bdd36fba3a022b6da40cc79f42445b151913c0a.tar.bz2 gentoo-8bdd36fba3a022b6da40cc79f42445b151913c0a.zip |
dev-haskell/pipes: bump up to 4.1.9
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/pipes/pipes-4.1.9.ebuild')
-rw-r--r-- | dev-haskell/pipes/pipes-4.1.9.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/pipes/pipes-4.1.9.ebuild b/dev-haskell/pipes/pipes-4.1.9.ebuild new file mode 100644 index 000000000000..600b1ab90b23 --- /dev/null +++ b/dev-haskell/pipes/pipes-4.1.9.ebuild @@ -0,0 +1,31 @@ +# 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="Compositional pipelines" +HOMEPAGE="http://hackage.haskell.org/package/pipes" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/mmorph-1.0.0:=[profile?] <dev-haskell/mmorph-1.1:=[profile?] + >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] + >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.6:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-3 + >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-1 + >=dev-haskell/test-framework-quickcheck2-0.2.0 <dev-haskell/test-framework-quickcheck2-0.4 ) +" |