[Git][haskell-team/package-plan][master] update ed25519 patches
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jun 15 00:18:17 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
ac33c6c2 by Clint Adams at 2022-06-14T19:17:26-04:00
update ed25519 patches
- - - - -
3 changed files:
- patches/ed25519/0.0.5.0/new-metadata-from-hackage
- patches/ed25519/0.0.5.0/newer-doctest
- patches/ed25519/0.0.5.0/newer-quickcheck
Changes:
=====================================
patches/ed25519/0.0.5.0/new-metadata-from-hackage
=====================================
@@ -1,17 +1,27 @@
-Index: haskell-ed25519/ed25519.cabal
-===================================================================
---- haskell-ed25519.orig/ed25519.cabal 2015-10-12 01:24:33.000000000 +0200
-+++ haskell-ed25519/ed25519.cabal 2016-06-01 10:05:22.271149791 +0200
-@@ -60,7 +60,7 @@
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -60,9 +60,9 @@ flag no-donna
library
build-depends:
- ghc-prim >= 0.1 && < 0.5,
-+ ghc-prim >= 0.1 && < 0.6,
++ ghc-prim >= 0.1 && < 0.9,
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.11
+- bytestring >= 0.9 && < 0.11
++ bytestring >= 0.9 && < 0.12
-@@ -130,7 +130,7 @@
+ exposed-modules:
+ Crypto.Sign.Ed25519
+@@ -96,7 +96,7 @@ test-suite properties
+ else
+ build-depends:
+ base >= 4 && < 5,
+- bytestring >= 0.9 && < 0.11,
++ bytestring >= 0.9 && < 0.12,
+ QuickCheck >= 2.4 && < 2.9,
+ ed25519
+
+@@ -130,7 +130,7 @@ test-suite doctests
base >= 4 && < 5,
filepath >= 1.0 && < 1.5,
directory >= 1.0 && < 1.3,
@@ -20,3 +30,12 @@ Index: haskell-ed25519/ed25519.cabal
-------------------------------------------------------------------------------
-- Build pt 3: benchmarks
+@@ -139,7 +139,7 @@ benchmark bench
+ type: exitcode-stdio-1.0
+ build-depends:
+ base >= 4 && < 5,
+- bytestring >= 0.9 && < 0.11,
++ bytestring >= 0.9 && < 0.12,
+ criterion >= 0.8 && < 1.2,
+ deepseq >= 1.3 && < 1.5,
+ ed25519
=====================================
patches/ed25519/0.0.5.0/newer-doctest
=====================================
@@ -1,6 +1,6 @@
--- a/ed25519.cabal
+++ b/ed25519.cabal
-@@ -130,7 +130,7 @@
+@@ -130,7 +130,7 @@ test-suite doctests
base >= 4 && < 5,
filepath >= 1.0 && < 1.5,
directory >= 1.0 && < 1.4,
=====================================
patches/ed25519/0.0.5.0/newer-quickcheck
=====================================
@@ -1,23 +1,30 @@
--- a/ed25519.cabal
+++ b/ed25519.cabal
-@@ -97,7 +97,7 @@
+@@ -97,7 +97,7 @@ test-suite properties
build-depends:
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
- QuickCheck >= 2.4 && < 2.9,
-+ QuickCheck >= 2.4 && < 2.14,
++ QuickCheck >= 2.4 && < 2.15,
ed25519
--
--- a/tests/properties.hs
+++ b/tests/properties.hs
-@@ -86,7 +86,9 @@
+@@ -84,9 +84,16 @@ tests ntests =
+ wrap prop = do
+ r <- quickCheckWithResult stdArgs{maxSuccess=ntests} prop
case r of
++#if MIN_VERSION_QuickCheck(2,12,0)
++ Success n _ _ _ _ _ -> return (True, n)
++ GaveUp n _ _ _ _ _ -> return (True, n)
++#else
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)
++#endif
++#if MIN_VERSION_QuickCheck(2,12,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)
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/ac33c6c2692bc8c8bd6e1d64ab621c584c24b99a
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/ac33c6c2692bc8c8bd6e1d64ab621c584c24b99a
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/20220614/3bc597d4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list