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

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 05:18:29 BST 2018


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


Commits:
4f50bfa0 by Clint Adams at 2018-04-14T00:18:01-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
=====================================
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-9) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 00:17:50 -0400
+
 haskell-ed25519 (0.0.5.0-8) unstable; urgency=medium
 
   * Patch for newer doctest.


=====================================
p/haskell-ed25519/debian/control
=====================================
--- a/p/haskell-ed25519/debian/control
+++ b/p/haskell-ed25519/debian/control
@@ -12,8 +12,8 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-doctest-dev (>= 0.10),
  libghc-doctest-dev (<< 0.14),
- libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.11),
 Build-Depends-Indep:
  ghc-doc,
 Standards-Version: 4.1.4


=====================================
p/haskell-ed25519/debian/patches/newer-quickcheck
=====================================
--- a/p/haskell-ed25519/debian/patches/newer-quickcheck
+++ b/p/haskell-ed25519/debian/patches/newer-quickcheck
@@ -5,7 +5,7 @@
        base        >= 4   && < 5,
        bytestring  >= 0.9 && < 0.11,
 -      QuickCheck  >= 2.4 && < 2.9,
-+      QuickCheck  >= 2.4 && < 2.10,
++      QuickCheck  >= 2.4 && < 2.11,
        ed25519
  
  --



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4f50bfa0a80eab15bcf5f9d786d3c7bf68bb068c
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/af10df8c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list