Commit 5c93ada6 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

chell-quickcheck2: Relax dependency on libghc-quickcheck2-dev

parent 77fd2f7d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-chell-quickcheck2 (0.2.5.1-3) unstable; urgency=medium

  * Relax dependency on libghc-quickcheck2-dev

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Wed, 07 Nov 2018 15:30:21 +0200

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

  [ Clint Adams ]
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-quickcheck2-dev (>= 2.3),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-quickcheck2-prof,
 libghc-chell-dev (>= 0.3),
 libghc-chell-dev (<< 0.5),
+13 −0
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:
+1 −0
Original line number Diff line number Diff line
newer-quickcheck