[Pkg-haskell-commits] darcs: haskell-hxt-tagsoup: New upstream version.

Colin Watson cjwatson at debian.org
Tue Jan 7 12:17:05 UTC 2014


Tue Jan  7 12:16:59 UTC 2014  Colin Watson <cjwatson at debian.org>
  * New upstream version.

    R ./patches/newer-tagsoup.patch
    R ./patches/series
    R ./patches/
    M ./changelog +6
    M ./copyright -1 +2

Tue Jan  7 12:16:59 UTC 2014  Colin Watson <cjwatson at debian.org>
  * New upstream version.
diff -rN -u old-haskell-hxt-tagsoup/changelog new-haskell-hxt-tagsoup/changelog
--- old-haskell-hxt-tagsoup/changelog	2014-01-07 12:17:05.150622479 +0000
+++ new-haskell-hxt-tagsoup/changelog	2014-01-07 12:17:05.154622479 +0000
@@ -1,3 +1,9 @@
+haskell-hxt-tagsoup (9.1.2-1) UNRELEASED; urgency=medium
+
+  * New upstream version.
+
+ -- Colin Watson <cjwatson at debian.org>  Tue, 07 Jan 2014 12:16:33 +0000
+
 haskell-hxt-tagsoup (9.1.1-5) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-hxt-tagsoup/copyright new-haskell-hxt-tagsoup/copyright
--- old-haskell-hxt-tagsoup/copyright	2014-01-07 12:17:05.150622479 +0000
+++ new-haskell-hxt-tagsoup/copyright	2014-01-07 12:17:05.158622480 +0000
@@ -11,7 +11,7 @@
 
 Copyright:
 
-	Copyright (c) 2010 Uwe Schmidt
+	Copyright (c) 2014 Uwe Schmidt
 
 License:
 
@@ -31,4 +31,4 @@
     Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
 
 and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".
\ No newline at end of file
+see "/usr/share/common-licenses/GPL-3".
diff -rN -u old-haskell-hxt-tagsoup/patches/newer-tagsoup.patch new-haskell-hxt-tagsoup/patches/newer-tagsoup.patch
--- old-haskell-hxt-tagsoup/patches/newer-tagsoup.patch	2014-01-07 12:17:05.154622479 +0000
+++ new-haskell-hxt-tagsoup/patches/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-haskell-hxt-tagsoup/patches/series new-haskell-hxt-tagsoup/patches/series
--- old-haskell-hxt-tagsoup/patches/series	2014-01-07 12:17:05.150622479 +0000
+++ new-haskell-hxt-tagsoup/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-tagsoup.patch




More information about the Pkg-haskell-commits mailing list