Commit 07ff031d authored by Clint Adams's avatar Clint Adams
Browse files

hackage-security: patch for newer QuickCheck

parent 2ab7c6dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hackage-security (0.5.3.0-2) unstable; urgency=medium

  * Patch for newer QuickCheck.

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

haskell-hackage-security (0.5.3.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+0 −5
Original line number Diff line number Diff line
@@ -49,17 +49,12 @@ Build-Depends:
 libghc-zlib-dev <!nocheck>,
 libghc-zlib-prof,
 libghc-quickcheck2-dev (>= 2.9),
 libghc-quickcheck2-dev (<< 2.10),
 libghc-network-uri-dev,
 libghc-tar-dev,
 libghc-tasty-dev (>= 1.0),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-hunit-dev (>= 0.10),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-quickcheck-dev (>= 0.10),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-temporary-dev (>= 1.2),
 libghc-temporary-dev (<< 1.3),
 libghc-zlib-dev,
Build-Depends-Indep: ghc-doc,
 libghc-base16-bytestring-doc,
+19 −0
Original line number Diff line number Diff line
--- a/hackage-security.cabal
+++ b/hackage-security.cabal
@@ -234,11 +234,11 @@
                        zlib
 
   -- dependencies exclusive to test-suite
-  build-depends:       tasty            == 1.0.*,
-                       tasty-hunit      == 0.10.*,
-                       tasty-quickcheck == 0.10.*,
-                       QuickCheck       == 2.9.*,
-                       temporary        == 1.2.*
+  build-depends:       tasty            >= 1.0,
+                       tasty-hunit      >= 0.10,
+                       tasty-quickcheck >= 0.10,
+                       QuickCheck       >= 2.9,
+                       temporary        >= 1.2
 
   hs-source-dirs:      tests
   default-language:    Haskell2010
+1 −0
Original line number Diff line number Diff line
newer-deps