[Git][haskell-team/DHG_packages][master] xmlhtml: Upgrading from 0.2.5.2 to 0.2.5.4

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Sep 12 18:07:26 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f78dd3fb by Clint Adams at 2023-09-12T13:06:59-04:00
xmlhtml: Upgrading from 0.2.5.2 to 0.2.5.4

- - - - -


4 changed files:

- p/haskell-xmlhtml/debian/changelog
- p/haskell-xmlhtml/debian/control
- p/haskell-xmlhtml/debian/patches/newer-deps
- p/haskell-xmlhtml/debian/patches/no-bytestring-builder


Changes:

=====================================
p/haskell-xmlhtml/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-xmlhtml (0.2.5.2-11) UNRELEASED; urgency=medium
+haskell-xmlhtml (0.2.5.4-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:34:59 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 12 Sep 2023 13:03:42 -0400
 
 haskell-xmlhtml (0.2.5.2-10) unstable; urgency=medium
 


=====================================
p/haskell-xmlhtml/debian/control
=====================================
@@ -25,7 +25,9 @@ Build-Depends: debhelper (>= 10),
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
  libghc-hspec-dev (>= 2.4),
- libghc-hspec-dev (<< 2.10),
+ libghc-hspec-dev (<< 2.11),
+ libghc-hspec-prof,
+ libghc-unordered-containers-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-html-doc,


=====================================
p/haskell-xmlhtml/debian/patches/newer-deps
=====================================
@@ -1,63 +1,25 @@
-Index: b/xmlhtml.cabal
-===================================================================
 --- a/xmlhtml.cabal
 +++ b/xmlhtml.cabal
-@@ -1,5 +1,6 @@
- Name:                xmlhtml
- Version:             0.2.5.2
-+x-revision: 4
- Synopsis:            XML parser and renderer with HTML 5 quirks mode
- Description:         Contains renderers and parsers for both XML and HTML 5
-                      document fragments, which share data structures so that
-@@ -28,8 +29,20 @@ homepage:            https://github.com/
- Category:            Text, XML
- Build-type:          Simple
- Cabal-version:       >=1.8.0.4
--Tested-With:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
--                     GHC == 8.0.1, GHC == 8.2.1
-+
-+Tested-With:
-+  GHC == 9.2.2
-+  GHC == 9.0.2
-+  GHC == 8.10.7
-+  GHC == 8.8.4
-+  GHC == 8.6.5
-+  GHC == 8.4.4
-+  GHC == 8.2.2
-+  GHC == 8.0.2
-+  GHC == 7.10.3
-+  GHC == 7.8.4
-+  GHC == 7.6.3
-+  GHC == 7.4.2
- 
- Extra-source-files:
-              .ghci,
-@@ -821,15 +834,15 @@ Library
-                        Text.XmlHtml.HTML.Parse,
-                        Text.XmlHtml.HTML.Render
- 
--  Build-depends:       base                 >= 4     && < 5,
-+  Build-depends:       base                 >= 4.5    && < 5,
+@@ -838,11 +838,11 @@ Library
                         blaze-builder        >= 0.2   && < 0.5,
                         blaze-html           >= 0.9   && < 0.10,
                         blaze-markup         >= 0.8   && < 0.9,
--                       bytestring           >= 0.9   && < 0.11,
-+                       bytestring           >= 0.9   && < 0.12,
+-                       bytestring           >= 0.9   && < 0.12,
++                       bytestring           >= 0.9   && < 0.13,
                         bytestring-builder   >= 0.10.4.0.2 && < 0.11,
--                       containers           >= 0.3   && < 0.6,
-+                       containers           >= 0.3   && < 0.7,
+                        containers           >= 0.3   && < 0.7,
                         parsec               >= 3.1.2 && < 3.2,
--                       text                 >= 0.11  && < 1.3,
-+                       text                 >= 0.11  && < 2.1,
+-                       text                 >= 0.11  && < 2.1,
++                       text                 >= 0.11  && < 2.2,
                         unordered-containers >= 0.1.4 && < 0.3
  
-   extensions:
-@@ -858,7 +871,7 @@ Test-suite testsuite
+   default-extensions:
+@@ -872,7 +872,7 @@ Test-suite testsuite
      bytestring-builder,
      containers,
      directory                  >= 1.0      && <1.4,
--    hspec                      >= 2.4      && <2.5,
-+    hspec                      >= 2.4      && <2.10,
+-    hspec                      >= 2.4      && <2.11,
++    hspec                      >= 2.4      && <3,
      text,
      unordered-containers,
      xmlhtml


=====================================
p/haskell-xmlhtml/debian/patches/no-bytestring-builder
=====================================
@@ -1,20 +1,18 @@
-Index: b/xmlhtml.cabal
-===================================================================
 --- a/xmlhtml.cabal
 +++ b/xmlhtml.cabal
 @@ -839,7 +839,6 @@ Library
                         blaze-html           >= 0.9   && < 0.10,
                         blaze-markup         >= 0.8   && < 0.9,
-                        bytestring           >= 0.9   && < 0.12,
+                        bytestring           >= 0.9   && < 0.13,
 -                       bytestring-builder   >= 0.10.4.0.2 && < 0.11,
                         containers           >= 0.3   && < 0.7,
                         parsec               >= 3.1.2 && < 3.2,
-                        text                 >= 0.11  && < 2.1,
-@@ -868,7 +867,6 @@ Test-suite testsuite
+                        text                 >= 0.11  && < 2.2,
+@@ -869,7 +868,6 @@ Test-suite testsuite
      blaze-html,
      blaze-markup,
      bytestring,
 -    bytestring-builder,
      containers,
      directory                  >= 1.0      && <1.4,
-     hspec                      >= 2.4      && <2.10,
+     hspec                      >= 2.4      && <3,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f78dd3fb695e301415900e538002aa16447ad675

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f78dd3fb695e301415900e538002aa16447ad675
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20230912/c9b322af/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list