[DHG_packages] 01/01: chell-quickcheck2: patch for newer QuickCheck

Clint Adams clint at moszumanska.debian.org
Wed Jun 21 01:45:56 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 6e045f4d151c57cfa5c2e1c7b939c42fb126a060
Author: Clint Adams <clint at debian.org>
Date:   Tue Jun 20 21:45:21 2017 -0400

    chell-quickcheck2: patch for newer QuickCheck
---
 p/haskell-chell-quickcheck2/debian/changelog                |  6 ++++++
 p/haskell-chell-quickcheck2/debian/control                  |  4 ++--
 p/haskell-chell-quickcheck2/debian/patches/newer-quickcheck | 11 +++++++++++
 p/haskell-chell-quickcheck2/debian/patches/series           |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/p/haskell-chell-quickcheck2/debian/changelog b/p/haskell-chell-quickcheck2/debian/changelog
index 89078fe..3dd5ecf 100644
--- a/p/haskell-chell-quickcheck2/debian/changelog
+++ b/p/haskell-chell-quickcheck2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-chell-quickcheck2 (0.2.5-7) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Tue, 20 Jun 2017 21:41:38 -0400
+
 haskell-chell-quickcheck2 (0.2.5-6) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-chell-quickcheck2/debian/control b/p/haskell-chell-quickcheck2/debian/control
index 2cb4596..ed6ce4b 100644
--- a/p/haskell-chell-quickcheck2/debian/control
+++ b/p/haskell-chell-quickcheck2/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-chell-dev (<< 0.5),
  libghc-chell-dev (>= 0.3),
  libghc-chell-prof,
- libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-dev (>= 2.3),
  libghc-quickcheck2-prof,
  libghc-random-dev,
@@ -23,7 +23,7 @@ Build-Depends-Indep:
  libghc-chell-doc,
  libghc-quickcheck2-doc,
  libghc-random-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://john-millikin.com/software/chell/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-chell-quickcheck2
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-chell-quickcheck2/debian/patches/newer-quickcheck b/p/haskell-chell-quickcheck2/debian/patches/newer-quickcheck
new file mode 100644
index 0000000..c1aba8b
--- /dev/null
+++ b/p/haskell-chell-quickcheck2/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/chell-quickcheck.cabal
++++ b/chell-quickcheck.cabal
+@@ -28,7 +28,7 @@
+   build-depends:
+       base >= 4.0 && < 5.0
+     , chell >= 0.3 && < 0.5
+-    , QuickCheck >= 2.3 && < 2.9
++    , QuickCheck >= 2.3 && < 2.10
+     , random
+ 
+   exposed-modules:
diff --git a/p/haskell-chell-quickcheck2/debian/patches/series b/p/haskell-chell-quickcheck2/debian/patches/series
new file mode 100644
index 0000000..78d95c9
--- /dev/null
+++ b/p/haskell-chell-quickcheck2/debian/patches/series
@@ -0,0 +1 @@
+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