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

blaze-markup: patch for newer QuickCheck, tasty-*

parent cdb8530f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-blaze-markup (0.8.2.0-2) unstable; urgency=medium

  * Patch for newer QuickCheck, tasty-*.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 15:27:49 -0400

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

  [ Ilias Tsitsimpis ]
+1 −4
Original line number Diff line number Diff line
@@ -19,13 +19,10 @@ Build-Depends:
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 1.7),
 libghc-quickcheck2-dev (>= 2.4),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-tasty-dev (>= 0.11),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.10),
Build-Depends-Indep: ghc-doc,
 libghc-blaze-builder-doc,
 libghc-text-doc,
+18 −0
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,
+1 −0
Original line number Diff line number Diff line
newer-deps