summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-10 21:51:20 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-11 09:48:03 +0100
commitca3c7c4dd90b39e9af2ade1c06ebad97c4d61df9 (patch)
tree5a7930a86ceb21c8d6106a490a16a14593dc831d /dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild
parentdev-haskell/texmath: bump up to 0.8.6.2 (diff)
downloadgentoo-ca3c7c4dd90b39e9af2ade1c06ebad97c4d61df9.tar.gz
gentoo-ca3c7c4dd90b39e9af2ade1c06ebad97c4d61df9.tar.bz2
gentoo-ca3c7c4dd90b39e9af2ade1c06ebad97c4d61df9.zip
dev-haskell/streaming-commons: bump up to 0.1.15.4
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild')
-rw-r--r--dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.ebuild
new file mode 100644
index 000000000000..60ee0dd4080f
--- /dev/null
+++ b/dev-haskell/streaming-commons/streaming-commons-0.1.15.4.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="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/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/hspec-1.8
+ dev-haskell/quickcheck )
+"