[Pkg-haskell-commits] [package-plan] 373/457: Patch download-curl and hxt-tagsoup for tagsoup 0.13
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 98e2ad2c782cfcdc56d262a9239567bd7d5fe5f1
Author: Colin Watson <cjwatson at debian.org>
Date: Wed Jan 1 14:15:03 2014 +0000
Patch download-curl and hxt-tagsoup for tagsoup 0.13
---
patches/download-curl/0.1.4/newer-tagsoup.patch | 15 ++++++++++++
patches/download-curl/0.1.4/series | 1 +
patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch | 31 +++++++++++++++++++++++++
patches/hxt-tagsoup/9.1.1/series | 1 +
4 files changed, 48 insertions(+)
diff --git a/patches/download-curl/0.1.4/newer-tagsoup.patch b/patches/download-curl/0.1.4/newer-tagsoup.patch
new file mode 100644
index 0000000..e20dac2
--- /dev/null
+++ b/patches/download-curl/0.1.4/newer-tagsoup.patch
@@ -0,0 +1,15 @@
+Description: Allow tagsoup 0.13
+Author: Colin Watson <cjwatson at debian.org>
+Forwarded: https://lists.debian.org/debian-haskell/2014/01/msg00002.html
+Last-Update: 2014-01-01
+
+Index: b/download-curl.cabal
+===================================================================
+--- a/download-curl.cabal
++++ b/download-curl.cabal
+@@ -56,4 +56,4 @@
+ build-depends: base >= 3 && < 6, bytestring
+ else
+ build-depends: base > 3 && < 4
+- build-depends: curl, tagsoup >= 0.8 && < 0.13, feed, xml
++ build-depends: curl, tagsoup >= 0.8 && < 0.14, feed, xml
diff --git a/patches/download-curl/0.1.4/series b/patches/download-curl/0.1.4/series
new file mode 100644
index 0000000..bcd1eb9
--- /dev/null
+++ b/patches/download-curl/0.1.4/series
@@ -0,0 +1 @@
+newer-tagsoup.patch
diff --git a/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch b/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
new file mode 100644
index 0000000..0486120
--- /dev/null
+++ b/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
@@ -0,0 +1,31 @@
+Description: Port to tagsoup 0.13
+Author: Colin Watson <cjwatson at debian.org>
+Forwarded: https://github.com/UweSchmidt/hxt/pull/13
+Last-Update: 2014-01-01
+
+Index: b/hxt-tagsoup.cabal
+===================================================================
+--- a/hxt-tagsoup.cabal
++++ b/hxt-tagsoup.cabal
+@@ -33,7 +33,7 @@
+ extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances
+
+ build-depends: base >= 4 && < 5,
+- tagsoup >= 0.10 && < 0.13,
++ tagsoup >= 0.13 && < 0.14,
+ hxt-charproperties >= 9 && < 10,
+ hxt-unicode >= 9 && < 10,
+ hxt >= 9.1 && < 10
+Index: b/src/Text/XML/HXT/Parser/TagSoup.hs
+===================================================================
+--- a/src/Text/XML/HXT/Parser/TagSoup.hs
++++ b/src/Text/XML/HXT/Parser/TagSoup.hs
+@@ -244,7 +244,7 @@
+ lookupEntity :: Bool -> Bool -> (String, Bool) -> Tags
+ lookupEntity withWarnings _asHtml (e0@('#':e), withSemicolon)
+ = case lookupNumericEntity e of
+- Just c -> (TagText [c])
++ Just c -> (TagText c)
+ : missingSemi
+ Nothing -> ( TagText $ "&" ++ e0 ++ [';' | withSemicolon])
+ : if withWarnings
diff --git a/patches/hxt-tagsoup/9.1.1/series b/patches/hxt-tagsoup/9.1.1/series
new file mode 100644
index 0000000..bcd1eb9
--- /dev/null
+++ b/patches/hxt-tagsoup/9.1.1/series
@@ -0,0 +1 @@
+newer-tagsoup.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list