[Pkg-haskell-commits] darcs: haskell-ed25519: Patch for QuickCheck 2.7.

Clint Adams clint at debian.org
Tue Nov 25 16:22:00 UTC 2014


Tue Nov 25 16:21:29 UTC 2014  Clint Adams <clint at debian.org>
  * Patch for QuickCheck 2.7.

    M ./changelog +6
    A ./patches/newer-quickcheck.diff
    M ./patches/series +1

Tue Nov 25 16:21:29 UTC 2014  Clint Adams <clint at debian.org>
  * Patch for QuickCheck 2.7.
diff -rN -u old-haskell-ed25519/changelog new-haskell-ed25519/changelog
--- old-haskell-ed25519/changelog	2014-11-25 16:22:00.062380436 +0000
+++ new-haskell-ed25519/changelog	2014-11-25 16:22:00.062380436 +0000
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.2.0-3) unstable; urgency=medium
+
+  * Patch for QuickCheck 2.7.
+
+ -- Clint Adams <clint at debian.org>  Tue, 25 Nov 2014 11:16:26 -0500
+
 haskell-ed25519 (0.0.2.0-2) unstable; urgency=high
 
   * Disable hlint testing of benchmarks (which we don't run)
diff -rN -u old-haskell-ed25519/patches/newer-quickcheck.diff new-haskell-ed25519/patches/newer-quickcheck.diff
--- old-haskell-ed25519/patches/newer-quickcheck.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ed25519/patches/newer-quickcheck.diff	2014-11-25 16:22:00.070380435 +0000
@@ -0,0 +1,13 @@
+--- a/tests/properties.hs
++++ b/tests/properties.hs
+@@ -86,7 +86,9 @@
+       case r of
+         Success n _ _           -> return (True, n)
+         GaveUp  n _ _           -> return (True, n)
+-#if MIN_VERSION_QuickCheck(2,6,0)
++#if MIN_VERSION_QuickCheck(2,7,0)
++        Failure n _ _ _ _ _ _ _ _ _ -> return (False, n)
++#elif MIN_VERSION_QuickCheck(2,6,0)
+         Failure n _ _ _ _ _ _ _ -> return (False, n)
+ #else
+         Failure n _ _ _ _ _ _   -> return (False, n)
diff -rN -u old-haskell-ed25519/patches/series new-haskell-ed25519/patches/series
--- old-haskell-ed25519/patches/series	2014-11-25 16:22:00.058380436 +0000
+++ new-haskell-ed25519/patches/series	2014-11-25 16:22:00.070380435 +0000
@@ -1,2 +1,3 @@
 hlint-test-failure.diff
 hlint-test-failure2.diff
+newer-quickcheck.diff




More information about the Pkg-haskell-commits mailing list