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

Clint Adams gitlab at salsa.debian.org
Sat Jun 6 23:04:33 BST 2020



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


Commits:
8c94cb38 by Clint Adams at 2020-06-06T18:03:41-04:00
ed25519: patch for newer QuickCheck

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-ed25519/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-14) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 06 Jun 2020 18:02:12 -0400
+
 haskell-ed25519 (0.0.5.0-13) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-ed25519/debian/control
=====================================
@@ -14,11 +14,11 @@ Build-Depends:
  libghc-doctest-dev (>= 0.10),
  libghc-doctest-dev (<< 0.17),
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-dev (<< 2.14),
 Build-Depends-Indep:
  ghc-doc,
-Standards-Version: 4.1.4
-Homepage: http://thoughtpolice.github.com/hs-ed25519
+Standards-Version: 4.5.0
+Homepage: https://thoughtpolice.github.com/hs-ed25519
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ed25519
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ed25519]
 X-Description: Ed25519 cryptographic signatures


=====================================
p/haskell-ed25519/debian/patches/newer-quickcheck
=====================================
@@ -1,17 +1,17 @@
---- haskell-ed25519-0.0.5.0.orig/ed25519.cabal
-+++ haskell-ed25519-0.0.5.0/ed25519.cabal
-@@ -97,7 +97,7 @@ test-suite properties
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -97,7 +97,7 @@
      build-depends:
        base        >= 4   && < 5,
        bytestring  >= 0.9 && < 0.11,
 -      QuickCheck  >= 2.4 && < 2.9,
-+      QuickCheck  >= 2.4 && < 2.13,
++      QuickCheck  >= 2.4 && < 2.14,
        ed25519
  
  --
---- haskell-ed25519-0.0.5.0.orig/tests/properties.hs
-+++ haskell-ed25519-0.0.5.0/tests/properties.hs
-@@ -84,9 +84,16 @@ tests ntests =
+--- a/tests/properties.hs
++++ b/tests/properties.hs
+@@ -84,9 +84,16 @@
      wrap prop = do
        r <- quickCheckWithResult stdArgs{maxSuccess=ntests} prop
        case r of



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8c94cb384cab2724818dfca9e79400eb80eda64f
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/20200606/496af225/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list