[Pkg-haskell-commits] darcs: haskell-test-framework-quickcheck2: Add quickcheck-2.6-compat.patch
Joachim Breitner
mail at joachim-breitner.de
Sun Jun 16 19:49:55 UTC 2013
Sun Jun 16 19:47:43 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Add quickcheck-2.6-compat.patch
M ./changelog +6
M ./control -1 +1
A ./patches/
A ./patches/quickcheck-2.6-compat.patch
A ./patches/series
Sun Jun 16 19:47:43 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Add quickcheck-2.6-compat.patch
diff -rN -u old-haskell-test-framework-quickcheck2/changelog new-haskell-test-framework-quickcheck2/changelog
--- old-haskell-test-framework-quickcheck2/changelog 2013-06-16 19:49:55.630246937 +0000
+++ new-haskell-test-framework-quickcheck2/changelog 2013-06-16 19:49:55.654412914 +0000
@@ -1,3 +1,9 @@
+haskell-test-framework-quickcheck2 (0.3.0.1-2) UNRELEASED; urgency=low
+
+ * Add quickcheck-2.6-compat.patch
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 16 Jun 2013 21:47:25 +0200
+
haskell-test-framework-quickcheck2 (0.3.0.1-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haskell-test-framework-quickcheck2/control new-haskell-test-framework-quickcheck2/control
--- old-haskell-test-framework-quickcheck2/control 2013-06-16 19:49:55.630246937 +0000
+++ new-haskell-test-framework-quickcheck2/control 2013-06-16 19:49:55.638047548 +0000
@@ -9,7 +9,7 @@
ghc,
ghc-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.6),
+ libghc-quickcheck2-dev (<< 2.7),
libghc-quickcheck2-prof,
libghc-test-framework-dev (>= 0.7.1),
libghc-test-framework-prof
diff -rN -u old-haskell-test-framework-quickcheck2/patches/quickcheck-2.6-compat.patch new-haskell-test-framework-quickcheck2/patches/quickcheck-2.6-compat.patch
--- old-haskell-test-framework-quickcheck2/patches/quickcheck-2.6-compat.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-quickcheck2/patches/quickcheck-2.6-compat.patch 2013-06-16 19:49:55.638047548 +0000
@@ -0,0 +1,13 @@
+Index: haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal
+===================================================================
+--- haskell-test-framework-quickcheck2-0.3.0.1.orig/test-framework-quickcheck2.cabal 2012-12-06 17:59:40.000000000 +0100
++++ haskell-test-framework-quickcheck2-0.3.0.1/test-framework-quickcheck2.cabal 2013-06-16 21:47:07.929161735 +0200
+@@ -22,7 +22,7 @@
+ Library
+ Exposed-Modules: Test.Framework.Providers.QuickCheck2
+
+- Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0
++ Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.7, extensible-exceptions >= 0.1.1 && < 0.2.0
+ if flag(base3)
+ Build-Depends: base >= 3 && < 4, random >= 1
+ else
diff -rN -u old-haskell-test-framework-quickcheck2/patches/series new-haskell-test-framework-quickcheck2/patches/series
--- old-haskell-test-framework-quickcheck2/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-test-framework-quickcheck2/patches/series 2013-06-16 19:49:55.642038707 +0000
@@ -0,0 +1 @@
+quickcheck-2.6-compat.patch
More information about the Pkg-haskell-commits
mailing list