[DHG_packages] 36/101: test-framework-quickcheck2: QuickCheck-2.9 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:03 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit c7c2dcf6021075aa215f7c1526d6fcec6829cb40
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 18:40:47 2015 +0200

    test-framework-quickcheck2: QuickCheck-2.9 compat patch
---
 p/haskell-test-framework-quickcheck2/debian/changelog       |  6 ++++++
 p/haskell-test-framework-quickcheck2/debian/control         |  2 +-
 .../debian/patches/quickcheck-compat                        | 13 +++++++++++++
 p/haskell-test-framework-quickcheck2/debian/patches/series  |  1 +
 4 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/p/haskell-test-framework-quickcheck2/debian/changelog b/p/haskell-test-framework-quickcheck2/debian/changelog
index 4a746f0..9cf5344 100644
--- a/p/haskell-test-framework-quickcheck2/debian/changelog
+++ b/p/haskell-test-framework-quickcheck2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-test-framework-quickcheck2 (0.3.0.3-5) UNRELEASED; urgency=medium
+
+  * QuickCheck-2.9 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 18:40:32 +0200
+
 haskell-test-framework-quickcheck2 (0.3.0.3-4) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-test-framework-quickcheck2/debian/control b/p/haskell-test-framework-quickcheck2/debian/control
index 5fef0f7..ebc09b4 100644
--- a/p/haskell-test-framework-quickcheck2/debian/control
+++ b/p/haskell-test-framework-quickcheck2/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.8),
+ libghc-quickcheck2-dev (<< 2.9),
  libghc-quickcheck2-prof,
  libghc-extensible-exceptions-dev (>= 0.1.1),
  libghc-extensible-exceptions-dev (<< 0.2.0),
diff --git a/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-compat b/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-compat
new file mode 100644
index 0000000..cc6d0b8
--- /dev/null
+++ b/p/haskell-test-framework-quickcheck2/debian/patches/quickcheck-compat
@@ -0,0 +1,13 @@
+Index: haskell-test-framework-quickcheck2/test-framework-quickcheck2.cabal
+===================================================================
+--- haskell-test-framework-quickcheck2.orig/test-framework-quickcheck2.cabal	2014-04-11 12:23:46.000000000 +0200
++++ haskell-test-framework-quickcheck2/test-framework-quickcheck2.cabal	2015-08-15 18:40:27.566035534 +0200
+@@ -25,7 +25,7 @@
+         Exposed-Modules:        Test.Framework.Providers.QuickCheck2
+ 
+         Build-Depends:          test-framework >= 0.7.1,
+-                                QuickCheck >= 2.4 && < 2.8,
++                                QuickCheck >= 2.4 && < 2.9,
+                                 extensible-exceptions >= 0.1.1 && < 0.2.0
+         if flag(base3)
+                 Build-Depends:          base >= 3 && < 4, random >= 1
diff --git a/p/haskell-test-framework-quickcheck2/debian/patches/series b/p/haskell-test-framework-quickcheck2/debian/patches/series
new file mode 100644
index 0000000..bd8e354
--- /dev/null
+++ b/p/haskell-test-framework-quickcheck2/debian/patches/series
@@ -0,0 +1 @@
+quickcheck-compat

-- 
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