Commit 2ab7c6dd authored by Clint Adams's avatar Clint Adams
Browse files

attoparsec: patch for newer QuickCheck

parent 04a52077
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-attoparsec (0.13.2.2-2) unstable; urgency=medium

  * Patch for newer QuickCheck.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 00:46:09 -0400

haskell-attoparsec (0.13.2.2-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
 libghc-text-dev (>= 1.1.1.3),
 libghc-text-prof,
 libghc-quickcheck2-dev (>= 2.7),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck-unicode-dev,
 libghc-scientific-dev,
 libghc-tasty-dev (>= 0.11),
+11 −0
Original line number Diff line number Diff line
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -127,7 +127,7 @@
     base >= 4 && < 5,
     bytestring,
     deepseq >= 1.1,
-    QuickCheck >= 2.7 && < 2.10,
+    QuickCheck >= 2.7 && < 2.12,
     quickcheck-unicode,
     scientific,
     tasty >= 0.11,
+1 −0
Original line number Diff line number Diff line
no-threaded-testsuite
newer-quickcheck