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

chell-quickcheck: Upgrading from 0.2.5.1 to 0.2.5.2

parent 123cf2b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-chell-quickcheck2 (0.2.5.2-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 09:24:47 -0400

haskell-chell-quickcheck2 (0.2.5.1-3) unstable; urgency=medium

  * Relax dependency on libghc-quickcheck2-dev
+4 −3
Original line number Diff line number Diff line
@@ -12,9 +12,10 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-quickcheck2-dev (>= 2.3),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck2-prof,
 libghc-chell-dev (>= 0.3),
 libghc-chell-dev (<< 0.5),
 libghc-chell-dev (<< 0.6),
 libghc-chell-prof,
 libghc-random-dev,
 libghc-random-prof,
@@ -23,8 +24,8 @@ Build-Depends-Indep:
 libghc-chell-doc,
 libghc-quickcheck2-doc,
 libghc-random-doc,
Standards-Version: 4.1.4
Homepage: https://john-millikin.com/software/chell/
Standards-Version: 4.4.0
Homepage: https://github.com/typeclasses/chell
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-chell-quickcheck2
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-chell-quickcheck2]

+0 −13
Original line number Diff line number Diff line
Index: b/chell-quickcheck.cabal
===================================================================
--- a/chell-quickcheck.cabal
+++ b/chell-quickcheck.cabal
@@ -27,7 +27,7 @@ library
   build-depends:
       base >= 4.0 && < 5.0
     , chell >= 0.3 && < 0.5
-    , QuickCheck >= 2.3 && < 2.11
+    , QuickCheck >= 2.3
     , random
 
   exposed-modules:
+0 −1
Original line number Diff line number Diff line
newer-quickcheck