diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 12:31:02 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:15 +0100 |
commit | fb588e971cbf5e2d3921528b239d08122b00d5d3 (patch) | |
tree | 4ee9a90fe79b65e6488318aae1264cacaf782585 /dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild | |
parent | dev-haskell/retry: bump up to 0.8.1.1 (diff) | |
download | gentoo-fb588e971cbf5e2d3921528b239d08122b00d5d3.tar.gz gentoo-fb588e971cbf5e2d3921528b239d08122b00d5d3.tar.bz2 gentoo-fb588e971cbf5e2d3921528b239d08122b00d5d3.zip |
dev-haskell/streaming-commons: bump up to 0.2.1.2
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild')
-rw-r--r-- | dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild new file mode 100644 index 000000000000..37b8e60c8f39 --- /dev/null +++ b/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Common lower-level functions needed by various streaming data libraries" +HOMEPAGE="https://github.com/fpco/streaming-commons" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # requires network + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/network-2.4.0.0:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/stm:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/zlib:=[profile?] + >=dev-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 + test? ( >=dev-haskell/hspec-1.8 + dev-haskell/quickcheck ) +" |