summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/html-conduit')
-rw-r--r--dev-haskell/html-conduit/Manifest1
-rw-r--r--dev-haskell/html-conduit/html-conduit-1.2.1.1.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/html-conduit/Manifest b/dev-haskell/html-conduit/Manifest
index a3004c042b36..8d960c2fa76a 100644
--- a/dev-haskell/html-conduit/Manifest
+++ b/dev-haskell/html-conduit/Manifest
@@ -1,2 +1,3 @@
DIST html-conduit-1.1.1.1.tar.gz 4004 SHA256 007098771875594e797a3438836ef6361c7960eb99b0734835c0cce3b50359af SHA512 fc69c595f97c952d624cc8a22597d6f966ca343dd8f6b9c5da8085ba9a7609e1bcfa803dbb705e9911c5a86de7456331226080869a04a56b69ec36f4ab5bdb50 WHIRLPOOL 387c6d8f8c421bf3be6ca6d2b5b200ac851644e67abae9151c9d0612ba493b5e6fa96e1623e04100076bc7bfa3c45f52ad06eb7143e6ae588a88c43505fb6d9b
+DIST html-conduit-1.2.1.1.tar.gz 4125 SHA256 98c27470cbf99b12ca9705216567fc8aafffb843cd9c37762e8607da153aa8a8 SHA512 601c1b840ab194b6a3e89c1a7af7335a8a8e2a9c01bdd4d19914c1b512bc1d56dfa199855072b9e0406f8744607bd3e3efe3a480d2dc824048b67cfe1034e9b7 WHIRLPOOL 550b2f82d16941f5d4a57011dd5542c278ff373787e959e246b8a62e10373f52964bef2e6b237924fd58ffe3b623ef1c836e23488ac4d5757b0f90c3df5dfd8c
DIST html-conduit-1.2.1.tar.gz 4117 SHA256 bb1c76947268fd5661918d02de73132b50f364d92f0d4e331ee0e0c87e0cff29 SHA512 557dc27479cb83cb958839ec29faca4997ff52f848430b5a3c20f17dcf388c76848d0c83db376077f8a6f192312e124d5b0e6b86589d40053e1a657ca96ee5ac WHIRLPOOL 514a96584e9d8e1899a930773b8a91594728dc3259dc716ada513e2f352a2abfcea6ffd0c4236d9bf1a4c35b05adcdbbd148506882d9c76763b0fe81583e107a
diff --git a/dev-haskell/html-conduit/html-conduit-1.2.1.1.ebuild b/dev-haskell/html-conduit/html-conduit-1.2.1.1.ebuild
new file mode 100644
index 000000000000..8063e1283db6
--- /dev/null
+++ b/dev-haskell/html-conduit/html-conduit-1.2.1.1.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="Parse HTML documents using xml-conduit datatypes"
+HOMEPAGE="https://github.com/snoyberg/xml"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
+ >=dev-haskell/conduit-extra-1.1.1:=[profile?]
+ >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
+ >=dev-haskell/tagstream-conduit-0.5.5.3:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-haskell/xml-conduit-1.3:=[profile?] <dev-haskell/xml-conduit-1.5:=[profile?]
+ >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.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 )
+"