[Git][haskell-team/DHG_packages][master] xmlhtml: Patch for newer deps
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Jul 21 08:15:54 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c0723efd by Ilias Tsitsimpis at 2022-07-21T10:13:36+03:00
xmlhtml: Patch for newer deps
- - - - -
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,9 @@
-haskell-xmlhtml (0.2.5.2-10) UNRELEASED; urgency=medium
+haskell-xmlhtml (0.2.5.2-10) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:25 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 21 Jul 2022 10:12:24 +0300
haskell-xmlhtml (0.2.5.2-9) unstable; urgency=medium
=====================================
p/haskell-xmlhtml/debian/control
=====================================
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 1.7),
libghc-hspec-dev (>= 2.4),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.10),
Build-Depends-Indep: ghc-doc,
libghc-blaze-builder-doc,
libghc-blaze-html-doc,
=====================================
p/haskell-xmlhtml/debian/patches/newer-deps
=====================================
@@ -1,27 +1,63 @@
+Index: b/xmlhtml.cabal
+===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
@@ -1,5 +1,6 @@
Name: xmlhtml
Version: 0.2.5.2
-+x-revision: 3
++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
-@@ -827,7 +828,7 @@
+@@ -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,
+ 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.11,
++ bytestring >= 0.9 && < 0.12,
bytestring-builder >= 0.10.4.0.2 && < 0.11,
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
parsec >= 3.1.2 && < 3.2,
- text >= 0.11 && < 1.3,
+- text >= 0.11 && < 1.3,
++ text >= 0.11 && < 2.1,
unordered-containers >= 0.1.4 && < 0.3
-@@ -858,7 +859,7 @@
+
+ extensions:
+@@ -858,7 +871,7 @@ Test-suite testsuite
bytestring-builder,
containers,
directory >= 1.0 && <1.4,
- hspec >= 2.4 && <2.5,
-+ hspec >= 2.4 && <2.8,
++ hspec >= 2.4 && <2.10,
text,
unordered-containers,
xmlhtml
=====================================
p/haskell-xmlhtml/debian/patches/no-bytestring-builder
=====================================
@@ -1,18 +1,20 @@
+Index: b/xmlhtml.cabal
+===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
-@@ -827,7 +827,6 @@
+@@ -839,7 +839,6 @@ Library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
- bytestring-builder >= 0.10.4.0.2 && < 0.11,
containers >= 0.3 && < 0.7,
parsec >= 3.1.2 && < 3.2,
- text >= 0.11 && < 1.3,
-@@ -856,7 +855,6 @@
+ text >= 0.11 && < 2.1,
+@@ -868,7 +867,6 @@ Test-suite testsuite
blaze-html,
blaze-markup,
bytestring,
- bytestring-builder,
containers,
directory >= 1.0 && <1.4,
- hspec >= 2.4 && <2.8,
+ hspec >= 2.4 && <2.10,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c0723efde198d612209116168fd8ef1f9d38d5b3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c0723efde198d612209116168fd8ef1f9d38d5b3
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/20220721/4b22b01d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list