[Git][haskell-team/DHG_packages][master] xmlhtml: patch for newer containers and hspec

Clint Adams gitlab at salsa.debian.org
Mon Oct 22 23:38:29 BST 2018


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


Commits:
5e0759fb by Clint Adams at 2018-10-22T22:37:35Z
xmlhtml: patch for newer containers and hspec

- - - - -


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/series


Changes:

=====================================
p/haskell-xmlhtml/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-xmlhtml (0.2.5.2-6) unstable; urgency=medium
+
+  * Patch for newer containers and hspec.
+
+ -- Clint Adams <clint at debian.org>  Mon, 22 Oct 2018 18:36:23 -0400
+
 haskell-xmlhtml (0.2.5.2-5) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-xmlhtml/debian/control
=====================================
@@ -25,13 +25,13 @@ Build-Depends: debhelper (>= 10),
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
  libghc-hspec-dev (>= 2.4),
- libghc-hspec-dev (<< 2.5),
+ libghc-hspec-dev (<< 2.6),
 Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-html-doc,
  libghc-blaze-markup-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Homepage: https://github.com/snapframework/xmlhtml
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-xmlhtml
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-xmlhtml]


=====================================
p/haskell-xmlhtml/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/xmlhtml.cabal
++++ b/xmlhtml.cabal
+@@ -826,7 +826,7 @@
+                        blaze-html           >= 0.9   && < 0.10,
+                        blaze-markup         >= 0.8   && < 0.9,
+                        bytestring           >= 0.9   && < 0.11,
+-                       containers           >= 0.3   && < 0.6,
++                       containers           >= 0.3   && < 0.7,
+                        parsec               >= 3.1.2 && < 3.2,
+                        text                 >= 0.11  && < 1.3,
+                        unordered-containers >= 0.1.4 && < 0.3
+@@ -856,7 +856,7 @@
+     bytestring,
+     containers,
+     directory                  >= 1.0      && <1.4,
+-    hspec                      >= 2.4      && <2.5,
++    hspec                      >= 2.4      && <2.6,
+     text,
+     unordered-containers,
+     xmlhtml


=====================================
p/haskell-xmlhtml/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-bytestring-builder
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5e0759fb78a84f16971c8a33b268fc8fa3167301
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/20181022/7f00a85b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list