[Pkg-haskell-commits] darcs: haskell-repa: Allow QuickCheck 2.7

Joachim Breitner mail at joachim-breitner.de
Wed Jul 30 21:08:51 UTC 2014


Wed Jul 30 21:02:25 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow QuickCheck 2.7

    M ./changelog -2 +3
    M ./control -2 +2
    A ./patches/
    A ./patches/quickcheck-2.7
    A ./patches/series
    M ./rules +2

Wed Jul 30 21:02:25 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow QuickCheck 2.7
diff -rN -u old-haskell-repa/changelog new-haskell-repa/changelog
--- old-haskell-repa/changelog	2014-07-30 21:08:51.817635607 +0000
+++ new-haskell-repa/changelog	2014-07-30 21:08:51.821635608 +0000
@@ -1,8 +1,9 @@
-haskell-repa (3.2.3.3-3) UNRELEASED; urgency=low
+haskell-repa (3.2.3.3-3) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
+  * Allow QuickCheck 2.7
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:21:32 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 30 Jul 2014 22:56:18 +0200
 
 haskell-repa (3.2.3.3-2) unstable; urgency=low
 
diff -rN -u old-haskell-repa/control new-haskell-repa/control
--- old-haskell-repa/control	2014-07-30 21:08:51.817635607 +0000
+++ new-haskell-repa/control	2014-07-30 21:08:51.821635608 +0000
@@ -12,8 +12,8 @@
   , libghc-vector-dev (>= 0.10)
   , libghc-vector-dev (<< 0.11)
   , libghc-vector-prof
-  , libghc-quickcheck2-dev (>= 2.3)
-  , libghc-quickcheck2-dev (<< 2.7)
+  , libghc-quickcheck2-dev (>= 2.7)
+  , libghc-quickcheck2-dev (<< 2.8)
   , libghc-quickcheck2-prof
 Build-Depends-Indep: ghc-doc
   , libghc-vector-doc
diff -rN -u old-haskell-repa/patches/quickcheck-2.7 new-haskell-repa/patches/quickcheck-2.7
--- old-haskell-repa/patches/quickcheck-2.7	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-repa/patches/quickcheck-2.7	2014-07-30 21:08:51.821635608 +0000
@@ -0,0 +1,13 @@
+Index: haskell-repa-3.2.3.3/repa.cabal
+===================================================================
+--- haskell-repa-3.2.3.3.orig/repa.cabal	2013-05-31 06:16:08.000000000 +0200
++++ haskell-repa-3.2.3.3/repa.cabal	2014-07-30 22:54:23.835798149 +0200
+@@ -26,7 +26,7 @@
+         vector               == 0.10.*,
+         bytestring           == 0.10.*,
+         template-haskell     == 2.8.*,
+-        QuickCheck           >= 2.3 && < 2.7
++        QuickCheck           >= 2.7 && < 2.8
+ 
+   ghc-options:
+         -Wall -fno-warn-missing-signatures
diff -rN -u old-haskell-repa/patches/series new-haskell-repa/patches/series
--- old-haskell-repa/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-repa/patches/series	2014-07-30 21:08:51.821635608 +0000
@@ -0,0 +1 @@
+quickcheck-2.7
diff -rN -u old-haskell-repa/rules new-haskell-repa/rules
--- old-haskell-repa/rules	2014-07-30 21:08:51.817635607 +0000
+++ new-haskell-repa/rules	2014-07-30 21:08:51.825635609 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+# DEB_ENABLE_TESTS = yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list