[Pkg-haskell-commits] darcs: tools: Patch download-curl and hxt-tagsoup for tagsoup 0.13

Colin Watson cjwatson at debian.org
Wed Jan 1 14:15:14 UTC 2014


Wed Jan  1 14:15:03 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Patch download-curl and hxt-tagsoup for tagsoup 0.13

    A ./all-packages/patches/download-curl/
    A ./all-packages/patches/download-curl/0.1.4/
    A ./all-packages/patches/download-curl/0.1.4/newer-tagsoup.patch
    A ./all-packages/patches/download-curl/0.1.4/series
    A ./all-packages/patches/hxt-tagsoup/
    A ./all-packages/patches/hxt-tagsoup/9.1.1/
    A ./all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
    A ./all-packages/patches/hxt-tagsoup/9.1.1/series

Wed Jan  1 14:15:03 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Patch download-curl and hxt-tagsoup for tagsoup 0.13
diff -rN -u old-tools/all-packages/patches/download-curl/0.1.4/newer-tagsoup.patch new-tools/all-packages/patches/download-curl/0.1.4/newer-tagsoup.patch
--- old-tools/all-packages/patches/download-curl/0.1.4/newer-tagsoup.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/download-curl/0.1.4/newer-tagsoup.patch	2014-01-01 14:15:14.526604276 +0000
@@ -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 -rN -u old-tools/all-packages/patches/download-curl/0.1.4/series new-tools/all-packages/patches/download-curl/0.1.4/series
--- old-tools/all-packages/patches/download-curl/0.1.4/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/download-curl/0.1.4/series	2014-01-01 14:15:14.526604276 +0000
@@ -0,0 +1 @@
+newer-tagsoup.patch
diff -rN -u old-tools/all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch new-tools/all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
--- old-tools/all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch	2014-01-01 14:15:14.546604277 +0000
@@ -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 -rN -u old-tools/all-packages/patches/hxt-tagsoup/9.1.1/series new-tools/all-packages/patches/hxt-tagsoup/9.1.1/series
--- old-tools/all-packages/patches/hxt-tagsoup/9.1.1/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/hxt-tagsoup/9.1.1/series	2014-01-01 14:15:14.546604277 +0000
@@ -0,0 +1 @@
+newer-tagsoup.patch




More information about the Pkg-haskell-commits mailing list