summaryrefslogtreecommitdiff
path: root/p/haskell-html-conduit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-16 11:31:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-16 11:31:31 -0700
commit0091ac2db8847375dbd8ac7e4ec7eb4e462abaff (patch)
tree7f13a3d7b0ed2fdabb8a9608aa8d682c32c38bc9 /p/haskell-html-conduit
parent32977d2d71088258f823d8e840a751ada883cb17 (diff)
downloadDHG_packages-0091ac2db8847375dbd8ac7e4ec7eb4e462abaff.tar.gz
html-conduit: actually commit patch
Diffstat (limited to 'p/haskell-html-conduit')
-rw-r--r--p/haskell-html-conduit/debian/changelog2
-rw-r--r--p/haskell-html-conduit/debian/patches/newer-xml-conduit11
-rw-r--r--p/haskell-html-conduit/debian/patches/series1
3 files changed, 13 insertions, 1 deletions
diff --git a/p/haskell-html-conduit/debian/changelog b/p/haskell-html-conduit/debian/changelog
index 3374bd3b6..802a46148 100644
--- a/p/haskell-html-conduit/debian/changelog
+++ b/p/haskell-html-conduit/debian/changelog
@@ -3,7 +3,7 @@ haskell-html-conduit (1.2.1.1-4) unstable; urgency=medium
* Bump build-dep on xml-conduit to match hackage.
- Add newer-xml-conduit patch
- -- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 10:41:52 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 11:31:15 -0700
haskell-html-conduit (1.2.1.1-3) unstable; urgency=medium
diff --git a/p/haskell-html-conduit/debian/patches/newer-xml-conduit b/p/haskell-html-conduit/debian/patches/newer-xml-conduit
new file mode 100644
index 000000000..aadacaf34
--- /dev/null
+++ b/p/haskell-html-conduit/debian/patches/newer-xml-conduit
@@ -0,0 +1,11 @@
+--- a/html-conduit.cabal
++++ b/html-conduit.cabal
+@@ -22,7 +22,7 @@ Library
+ , resourcet >= 0.3 && < 1.2
+ , conduit >= 1.0 && < 1.3
+ , conduit-extra >= 1.1.1
+- , xml-conduit >= 1.3 && < 1.5
++ , xml-conduit >= 1.3 && < 1.7
+ , tagstream-conduit >= 0.5.5.3 && < 0.6
+ , xml-types >= 0.3 && < 0.4
+
diff --git a/p/haskell-html-conduit/debian/patches/series b/p/haskell-html-conduit/debian/patches/series
new file mode 100644
index 000000000..176c2a590
--- /dev/null
+++ b/p/haskell-html-conduit/debian/patches/series
@@ -0,0 +1 @@
+newer-xml-conduit