Commit a959dc2e authored by Clint Adams's avatar Clint Adams
Browse files

blaze-html: Upgrading from 0.9.0.1 to 0.9.1.1

parent 042aeb11
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-blaze-html (0.9.0.1-4) UNRELEASED; urgency=medium
haskell-blaze-html (0.9.1.1-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:09:18 -0400
 -- Clint Adams <clint@debian.org>  Mon, 02 Jul 2018 21:46:10 -0400

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

+3 −0
Original line number Diff line number Diff line
@@ -20,8 +20,11 @@ Build-Depends:
 libghc-text-prof,
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 1.7),
 libghc-hunit-prof,
 libghc-quickcheck2-dev (>= 2.4),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-test-framework-dev (>= 0.4),
 libghc-test-framework-dev (<< 0.9),
 libghc-test-framework-dev (>= 0.4),
 libghc-test-framework-hunit-dev (<< 0.4),
+0 −13
Original line number Diff line number Diff line
--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -69,8 +69,8 @@
     Util.Tests
 
   Build-depends:
-    HUnit                      >= 1.2 && < 1.6,
-    QuickCheck                 >= 2.4 && < 2.10,
+    HUnit                      >= 1.2 && < 1.7,
+    QuickCheck                 >= 2.4 && < 2.12,
     containers                 >= 0.3 && < 0.6,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
+0 −1
Original line number Diff line number Diff line
newer-deps