Commit 5e0759fb authored by Clint Adams's avatar Clint Adams
Browse files

xmlhtml: patch for newer containers and hspec

parent 98ecee69
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-xmlhtml (0.2.5.2-6) unstable; urgency=medium

  * Patch for newer containers and hspec.

 -- Clint Adams <clint@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-
+2 −2
Original line number Diff line number Diff line
@@ -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]
+20 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
no-bytestring-builder
newer-deps