[Git][haskell-team/DHG_packages][master] ed25519: revise QuickCheck patch

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 17:11:17 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
cdc079e8 by Clint Adams at 2018-04-14T12:10:52-04:00
ed25519: revise QuickCheck patch

- - - - -


2 changed files:

- p/haskell-ed25519/debian/changelog
- p/haskell-ed25519/debian/patches/newer-quickcheck


Changes:

=====================================
p/haskell-ed25519/debian/changelog
=====================================
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-10) unstable; urgency=medium
+
+  * Better patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 12:10:38 -0400
+
 haskell-ed25519 (0.0.5.0-9) unstable; urgency=medium
 
   * Patch for newer QuickCheck.


=====================================
p/haskell-ed25519/debian/patches/newer-quickcheck
=====================================
--- a/p/haskell-ed25519/debian/patches/newer-quickcheck
+++ b/p/haskell-ed25519/debian/patches/newer-quickcheck
@@ -9,3 +9,16 @@
        ed25519
  
  --
+--- 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,7,0)
++#if MIN_VERSION_QuickCheck(2,10,0)
++        Failure n _ _ _ _ _ _ _ _ _ _ -> return (False, n)
++#elif MIN_VERSION_QuickCheck(2,7,0)
+         Failure n _ _ _ _ _ _ _ _ _ -> return (False, n)
+ #elif MIN_VERSION_QuickCheck(2,6,0)
+         Failure n _ _ _ _ _ _ _ -> return (False, n)



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cdc079e886c5c0bea369eeb4586583f07a64dabb

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cdc079e886c5c0bea369eeb4586583f07a64dabb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180414/a48b96c1/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list