[Git][haskell-team/DHG_packages][master] ed25519: patch for newer libraries
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jun 15 00:17:12 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5ff29b6f by Clint Adams at 2022-06-14T19:16:01-04:00
ed25519: patch for newer libraries
- - - - -
5 changed files:
- p/haskell-ed25519/debian/changelog
- p/haskell-ed25519/debian/control
- p/haskell-ed25519/debian/patches/new-metadata-from-hackage
- p/haskell-ed25519/debian/patches/newer-doctest
- p/haskell-ed25519/debian/patches/newer-quickcheck
Changes:
=====================================
p/haskell-ed25519/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-15) unstable; urgency=medium
+
+ * Patch for newer bytestring/ghc-prim.
+
+ -- Clint Adams <clint at debian.org> Tue, 14 Jun 2022 19:13:18 -0400
+
haskell-ed25519 (0.0.5.0-14) unstable; urgency=medium
* Patch for newer QuickCheck.
=====================================
p/haskell-ed25519/debian/control
=====================================
@@ -14,10 +14,10 @@ Build-Depends:
libghc-doctest-dev (>= 0.10),
libghc-doctest-dev (<< 0.17),
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
Build-Depends-Indep:
ghc-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
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]
=====================================
p/haskell-ed25519/debian/patches/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
=====================================
p/haskell-ed25519/debian/patches/newer-doctest
=====================================
@@ -1,5 +1,3 @@
-Index: b/ed25519.cabal
-===================================================================
--- a/ed25519.cabal
+++ b/ed25519.cabal
@@ -130,7 +130,7 @@ test-suite doctests
=====================================
p/haskell-ed25519/debian/patches/newer-quickcheck
=====================================
@@ -1,17 +1,17 @@
--- 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
-@@ -84,9 +84,16 @@
+@@ -84,9 +84,16 @@ tests ntests =
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/5ff29b6ffde177c22e7582f89fb4202c0fb1c3db
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5ff29b6ffde177c22e7582f89fb4202c0fb1c3db
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/e674b79a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list