Commit 922622b5 authored by Clint Adams's avatar Clint Adams
Browse files

blaze-markup: Upgrading from 0.8.2.0 to 0.8.2.1

parent fb3378ce
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
haskell-blaze-markup (0.8.2.0-3) UNRELEASED; urgency=medium
haskell-blaze-markup (0.8.2.1-1) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * New upstream version.
  * Patch to build with older tasty-quickcheck.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:09:18 -0400
 -- Clint Adams <clint@debian.org>  Wed, 04 Jul 2018 10:50:35 -0400

haskell-blaze-markup (0.8.2.0-2) unstable; urgency=medium

+12 −4
Original line number Diff line number Diff line
@@ -19,11 +19,19 @@ Build-Depends:
 libghc-text-prof,
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 1.7),
 libghc-quickcheck2-dev (>= 2.4),
 libghc-hunit-prof,
 libghc-quickcheck2-dev (>= 2.7),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-quickcheck2-prof,
 libghc-tasty-dev (>= 1.0),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-prof,
 libghc-tasty-hunit-dev (>= 0.10),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-hunit-prof,
 libghc-tasty-quickcheck-dev (>= 0.9),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
 libghc-blaze-builder-doc,
 libghc-text-doc,
+0 −18
Original line number Diff line number Diff line
--- a/blaze-markup.cabal
+++ b/blaze-markup.cabal
@@ -57,11 +57,11 @@
 
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
-    QuickCheck       >= 2.4  && < 2.11,
+    QuickCheck       >= 2.4  && < 2.12,
     containers       >= 0.3  && < 0.6,
-    tasty            >= 0.11 && < 0.12,
-    tasty-hunit      >= 0.9  && < 0.10,
-    tasty-quickcheck >= 0.8  && < 0.10,
+    tasty            >= 0.11,
+    tasty-hunit      >= 0.9,
+    tasty-quickcheck >= 0.8,
     -- Copied from regular dependencies...
     base          >= 4    && < 5,
     blaze-builder >= 0.3  && < 0.5,
+0 −1
Original line number Diff line number Diff line
newer-deps