Commit 903bf657 authored by Clint Adams's avatar Clint Adams
Browse files

fgl-arbitrary: patch for newer QuickCheck

parent bbfbc898
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fgl-arbitrary (0.2.0.3-3) unstable; urgency=medium

  * Patch for newer QuickCheck.

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

haskell-fgl-arbitrary (0.2.0.3-2) unstable; urgency=medium

  * Bump to Standards-Version 4.1.4.
+2 −3
Original line number Diff line number Diff line
@@ -9,9 +9,8 @@ Build-Depends: debhelper (>= 9),
 ghc,
 ghc-prof,
 libghc-quickcheck2-dev (>= 2.3),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-quickcheck2-prof (>= 2.3),
 libghc-quickcheck2-prof (<< 2.10),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-fgl-dev (>= 5.5.2.0),
 libghc-fgl-dev (<< 6),
 libghc-fgl-prof (>= 5.5.2.0),
+20 −0
Original line number Diff line number Diff line
--- a/fgl-arbitrary.cabal
+++ b/fgl-arbitrary.cabal
@@ -29,7 +29,7 @@
   -- other-extensions:
   build-depends:       base < 5
                      , fgl >= 5.5.2.0 && < 6
-                     , QuickCheck >= 2.3 && < 2.10
+                     , QuickCheck >= 2.3 && < 2.12
   -- hs-source-dirs:
   default-language:    Haskell2010
 
@@ -43,7 +43,7 @@
     build-depends:    fgl-arbitrary
                     , fgl
                     , base
-                    , QuickCheck >= 2.3 && < 2.10
+                    , QuickCheck >= 2.3 && < 2.12
                     , hspec >= 2.1 && < 2.5
                     , containers
 
+1 −0
Original line number Diff line number Diff line
newer-deps