summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:14:06 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commit4d144d5f5cd203899e858693afc2d957075497ac (patch)
treee6b65e3bc04e5a9dc6ac6e4bc87c1aacb183e76e /dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild
parentdev-haskell/stm: bump up to 2.4.4.1 (diff)
downloadgentoo-4d144d5f5cd203899e858693afc2d957075497ac.tar.gz
gentoo-4d144d5f5cd203899e858693afc2d957075497ac.tar.bz2
gentoo-4d144d5f5cd203899e858693afc2d957075497ac.zip
dev-haskell/streaming-commons: bump up to 0.1.15
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild')
-rw-r--r--dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild
new file mode 100644
index 000000000000..be1a8a2f0cd1
--- /dev/null
+++ b/dev-haskell/streaming-commons/streaming-commons-0.1.15.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.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/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
+ dev-haskell/bytestring-builder:=[profile?]
+ dev-haskell/network:=[profile?]
+ dev-haskell/random:=[profile?]
+ dev-haskell/stm:=[profile?]
+ dev-haskell/text:=[profile?]
+ dev-haskell/transformers:=[profile?]
+ dev-haskell/zlib:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( dev-haskell/async
+ >=dev-haskell/hspec-1.8
+ dev-haskell/quickcheck )
+"