diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 11:31:31 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 11:31:31 -0700 |
commit | 0091ac2db8847375dbd8ac7e4ec7eb4e462abaff (patch) | |
tree | 7f13a3d7b0ed2fdabb8a9608aa8d682c32c38bc9 | |
parent | 32977d2d71088258f823d8e840a751ada883cb17 (diff) | |
download | DHG_packages-0091ac2db8847375dbd8ac7e4ec7eb4e462abaff.tar.gz |
html-conduit: actually commit patch
-rw-r--r-- | p/haskell-html-conduit/debian/changelog | 2 | ||||
-rw-r--r-- | p/haskell-html-conduit/debian/patches/newer-xml-conduit | 11 | ||||
-rw-r--r-- | p/haskell-html-conduit/debian/patches/series | 1 |
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 |