summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:06:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:06:00 +0100
commit2313d89609e07e45bb1c6d6efb248159f124ada8 (patch)
tree0a153163d598b36fc8a70313db53982733981e5a /dev-haskell/tagstream-conduit
parentprofiles/package.mask: mask dev-haskell/process-conduit for removal (diff)
downloadgentoo-2313d89609e07e45bb1c6d6efb248159f124ada8.tar.gz
gentoo-2313d89609e07e45bb1c6d6efb248159f124ada8.tar.bz2
gentoo-2313d89609e07e45bb1c6d6efb248159f124ada8.zip
dev-haskell/tagstream-conduit: bump up to 0.5.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/tagstream-conduit')
-rw-r--r--dev-haskell/tagstream-conduit/Manifest1
-rw-r--r--dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/tagstream-conduit/Manifest b/dev-haskell/tagstream-conduit/Manifest
index f2b550e40824..7f3370bf8ec8 100644
--- a/dev-haskell/tagstream-conduit/Manifest
+++ b/dev-haskell/tagstream-conduit/Manifest
@@ -1 +1,2 @@
DIST tagstream-conduit-0.5.5.3.tar.gz 9813 BLAKE2B efacae2982642e61470312a1374b522ae5d7c2d4e2b4e115c13b246a42c910604e9d51dc9bfee6163730b4dfd35bc7f87c8e3c522b36cb7a7bcafbcbb34bf392 SHA512 84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154
+DIST tagstream-conduit-0.5.6.tar.gz 10258 BLAKE2B 2d484f1d1578dcfcc30ba44c16d473dbc269e8dbd7b294803b4f9372c8df498e28ffa7b49f96d46629f932bf91012c5f2c28d0f6a3ce75f9440a31df03783959 SHA512 bd389b9db3a179b4b58a0e3c0f57953a3eeb4ad216b4f29cd452ce73b76cebf8f77c4510115b5840919d63b7e32fdd0839736e7f522596679a5d7dcadfc003d0
diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild
new file mode 100644
index 000000000000..46ce6273b9ec
--- /dev/null
+++ b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="streamlined html tag parser"
+HOMEPAGE="https://github.com/yihuang/tagstream-conduit"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
+ dev-haskell/blaze-builder:=[profile?]
+ dev-haskell/case-insensitive:=[profile?]
+ >=dev-haskell/conduit-1.2:=[profile?]
+ >=dev-haskell/conduit-extra-1.1.0:=[profile?]
+ >=dev-haskell/data-default-0.5.0:=[profile?]
+ >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
+ dev-haskell/resourcet:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-haskell/xml-conduit-1.2.4:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/hunit
+ dev-haskell/quickcheck )
+"