Commit 5b3f5e77 authored by Clint Adams's avatar Clint Adams
Browse files

attoparsec: patch for newer QuickCheck

parent ed76f7e3
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-attoparsec (0.13.2.2-7) UNRELEASED; urgency=medium
haskell-attoparsec (0.13.2.2-8) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Add missing "Upstream-Name" field into "debian/copyright".

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:24:01 +0000
  [ Clint Adams ]
  * Patch for newer QuickCheck.

 -- Clint Adams <clint@debian.org>  Tue, 27 Aug 2019 21:41:48 -0400

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

+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
 libghc-semigroups-dev (<< 0.19),
 libghc-semigroups-prof,
 libghc-quickcheck2-dev (>= 2.7),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck-unicode-dev,
 libghc-scientific-dev,
 libghc-tasty-dev (>= 0.11),
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
 libghc-scientific-doc,
 libghc-semigroups-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/bos/attoparsec
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-attoparsec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-attoparsec]
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
     bytestring,
     deepseq >= 1.1,
-    QuickCheck >= 2.7 && < 2.10,
+    QuickCheck >= 2.7 && < 2.12,
+    QuickCheck >= 2.7 && < 2.13,
     quickcheck-unicode,
     scientific,
     tasty >= 0.11,