[DHG_packages] 01/01: ed25519: patch for newer QuickCheck. closes: #867831

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 19:56:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 28f9b3b7eb74a976607d1be4fce09fda2e1de155
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 15:56:03 2017 -0400

    ed25519: patch for newer QuickCheck.  closes: #867831
---
 p/haskell-ed25519/debian/changelog                |  6 ++++++
 p/haskell-ed25519/debian/control                  |  2 +-
 p/haskell-ed25519/debian/patches/newer-quickcheck | 11 +++++++++++
 p/haskell-ed25519/debian/patches/series           |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/p/haskell-ed25519/debian/changelog b/p/haskell-ed25519/debian/changelog
index cdf1e55..2868088 100644
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-6) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.  closes: #867831.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 15:55:11 -0400
+
 haskell-ed25519 (0.0.5.0-5) unstable; urgency=medium
 
   * Patch for newer directory.
diff --git a/p/haskell-ed25519/debian/control b/p/haskell-ed25519/debian/control
index 06e0585..be6b7cf 100644
--- a/p/haskell-ed25519/debian/control
+++ b/p/haskell-ed25519/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-doctest-dev (<< 0.12),
  libghc-doctest-dev (>= 0.10),
- libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-dev (>= 2.4),
 Build-Depends-Indep:
  ghc-doc,
diff --git a/p/haskell-ed25519/debian/patches/newer-quickcheck b/p/haskell-ed25519/debian/patches/newer-quickcheck
new file mode 100644
index 0000000..2118585
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- 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.10,
+       ed25519
+ 
+ --
diff --git a/p/haskell-ed25519/debian/patches/series b/p/haskell-ed25519/debian/patches/series
index 582fea2..ac2843d 100644
--- a/p/haskell-ed25519/debian/patches/series
+++ b/p/haskell-ed25519/debian/patches/series
@@ -1,3 +1,4 @@
 new-metadata-from-hackage
 fix-dist-path
 newer-directory
+newer-quickcheck

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list