[Pkg-haskell-commits] darcs: tools: Update hxt-tagsoup

Colin Watson cjwatson at debian.org
Tue Jan 7 12:14:08 UTC 2014


Tue Jan  7 12:13:37 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Update hxt-tagsoup

    R ./all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
    R ./all-packages/patches/hxt-tagsoup/9.1.1/series
    R ./all-packages/patches/hxt-tagsoup/9.1.1/
    R ./all-packages/patches/hxt-tagsoup/
    M ./all-packages/packages.txt -1 +1

Tue Jan  7 12:13:37 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Update hxt-tagsoup
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2014-01-07 12:14:08.538597115 +0000
+++ new-tools/all-packages/packages.txt	2014-01-07 12:14:08.542597116 +0000
@@ -327,7 +327,7 @@
 hxt-http 9.1.4
 hxt-regex-xmlschema 9.0.4
 hxt-relaxng 9.1.4
-hxt-tagsoup 9.1.1
+hxt-tagsoup 9.1.2
 hxt-unicode 9.0.2
 hxt-xpath 9.1.2
 hxt-xslt 9.1.1
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	2014-01-07 12:14:08.542597116 +0000
+++ new-tools/all-packages/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,31 +0,0 @@
-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	2014-01-07 12:14:08.542597116 +0000
+++ new-tools/all-packages/patches/hxt-tagsoup/9.1.1/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-tagsoup.patch




More information about the Pkg-haskell-commits mailing list