summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-06 11:36:52 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-06 12:02:55 +0000
commit6aec8077ba769fdd0f1e3a6433a48da3093b09f6 (patch)
tree5dbffcb7dd86d7d0aebc3fc51b0b0e477a5a412c /dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild
parentdev-haskell/syb-with-class: bump up to 0.6.1.7 (diff)
downloadgentoo-6aec8077ba769fdd0f1e3a6433a48da3093b09f6.tar.gz
gentoo-6aec8077ba769fdd0f1e3a6433a48da3093b09f6.tar.bz2
gentoo-6aec8077ba769fdd0f1e3a6433a48da3093b09f6.zip
dev-haskell/streaming-commons: bump up to 0.1.16
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild')
-rw-r--r--dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild
new file mode 100644
index 000000000000..3f088a442004
--- /dev/null
+++ b/dev-haskell/streaming-commons/streaming-commons-0.1.16.ebuild
@@ -0,0 +1,34 @@
+# 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="Common lower-level functions needed by various streaming data libraries"
+HOMEPAGE="https://github.com/fpco/streaming-commons"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ >=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[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.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+ test? ( >=dev-haskell/hspec-1.8
+ dev-haskell/quickcheck )
+"