Commit 31e35cc0 authored by Clint Adams's avatar Clint Adams
Browse files

hackage-security: patch for older tasty-QuickCheck

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

  * Patch for older tasty-QuickCheck.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 14:55:04 -0400

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

  * Patch for newer QuickCheck.
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ Build-Depends:
 libghc-tar-dev,
 libghc-tasty-dev (>= 1.0),
 libghc-tasty-hunit-dev (>= 0.10),
 libghc-tasty-quickcheck-dev (>= 0.10),
 libghc-tasty-quickcheck-dev (>= 0.9),
 libghc-temporary-dev (>= 1.2),
 libghc-zlib-dev,
Build-Depends-Indep: ghc-doc,
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
-                       temporary        == 1.2.*
+  build-depends:       tasty            >= 1.0,
+                       tasty-hunit      >= 0.10,
+                       tasty-quickcheck >= 0.10,
+                       tasty-quickcheck >= 0.9,
+                       QuickCheck       >= 2.9,
+                       temporary        >= 1.2