Commit 05daa11d authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-blaze-html: bump dependency bounds

parent 3e850f1a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-blaze-html (0.9.1.1-4) unstable; urgency=medium

  * Bump dependency bounds

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 30 Aug 2019 13:56:44 +0200

haskell-blaze-html (0.9.1.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Build-Depends:
 libghc-hunit-dev (<< 1.7),
 libghc-hunit-prof,
 libghc-quickcheck2-dev (>= 2.4),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck2-prof,
 libghc-test-framework-dev (>= 0.4),
 libghc-test-framework-dev (<< 0.9),
+13 −0
Original line number Diff line number Diff line
--- haskell-blaze-html-0.9.1.1.orig/blaze-html.cabal
+++ haskell-blaze-html-0.9.1.1/blaze-html.cabal
@@ -77,8 +77,8 @@ Test-suite blaze-html-tests
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.7,
-    QuickCheck                 >= 2.4 && < 2.12,
-    containers                 >= 0.3 && < 0.6,
+    QuickCheck                 >= 2.4 && < 2.13,
+    containers                 >= 0.3 && < 0.7,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
     test-framework-quickcheck2 >= 0.3 && < 0.4,
+1 −0
Original line number Diff line number Diff line
newer-deps