[Pkg-haskell-commits] [package-plan] 387/457: Update hxt-tagsoup

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:51 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 9483f6eba8cdd3a2fd524ca80a85bcca2db68963
Author: Colin Watson <cjwatson at debian.org>
Date:   Tue Jan 7 12:13:37 2014 +0000

    Update hxt-tagsoup
---
 packages.txt                                  |  2 +-
 patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch | 31 ---------------------------
 patches/hxt-tagsoup/9.1.1/series              |  1 -
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/packages.txt b/packages.txt
index 67980ff..9dd8c6d 100644
--- a/packages.txt
+++ b/packages.txt
@@ -327,7 +327,7 @@ hxt-curl 9.1.1
 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 --git a/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch b/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
deleted file mode 100644
index 0486120..0000000
--- a/patches/hxt-tagsoup/9.1.1/newer-tagsoup.patch
+++ /dev/null
@@ -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 --git a/patches/hxt-tagsoup/9.1.1/series b/patches/hxt-tagsoup/9.1.1/series
deleted file mode 100644
index bcd1eb9..0000000
--- a/patches/hxt-tagsoup/9.1.1/series
+++ /dev/null
@@ -1 +0,0 @@
-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