[Pkg-haskell-commits] darcs: haskell-hakyll: Patch QuickCheck 2.6 compatibility

Joachim Breitner mail at joachim-breitner.de
Mon Jun 17 07:10:34 UTC 2013


Sat Jun 15 10:48:30 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Patch QuickCheck 2.6 compatibility 

    M ./changelog +1
    M ./control +4
    A ./patches/
    A ./patches/quickcheck-2.6-compat.patch
    A ./patches/series

Sat Jun 15 10:48:30 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Patch QuickCheck 2.6 compatibility 
diff -rN -u old-haskell-hakyll/changelog new-haskell-hakyll/changelog
--- old-haskell-hakyll/changelog	2013-06-17 07:10:33.885540022 +0000
+++ new-haskell-hakyll/changelog	2013-06-17 07:10:33.909539026 +0000
@@ -1,6 +1,7 @@
 haskell-hakyll (4.3.0.0-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Patch QuickCheck 2.6 compatibility 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Jun 2013 12:44:47 +0200
 
diff -rN -u old-haskell-hakyll/control new-haskell-hakyll/control
--- old-haskell-hakyll/control	2013-06-17 07:10:33.861538797 +0000
+++ new-haskell-hakyll/control	2013-06-17 07:10:33.925538629 +0000
@@ -69,6 +69,10 @@
   , libghc-http-types-dev (>= 0.7)
   , libghc-http-types-dev (<< 0.9)
   , libghc-http-types-prof 
+  , libghc-hunit-dev (>= 1.2)
+  , libghc-hunit-dev (<< 1.3)
+  , libghc-quickcheck2-dev (>= 2.4)
+  , libghc-quickcheck2-dev (<< 2.7)
   , libghc-test-framework-dev (>= 0.4)
   , libghc-test-framework-dev (<< 0.9)
   , libghc-test-framework-hunit-dev (>= 0.2)
diff -rN -u old-haskell-hakyll/patches/quickcheck-2.6-compat.patch new-haskell-hakyll/patches/quickcheck-2.6-compat.patch
--- old-haskell-hakyll/patches/quickcheck-2.6-compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hakyll/patches/quickcheck-2.6-compat.patch	2013-06-17 07:10:33.901538301 +0000
@@ -0,0 +1,13 @@
+Index: haskell-hakyll-4.3.0.0/hakyll.cabal
+===================================================================
+--- haskell-hakyll-4.3.0.0.orig/hakyll.cabal	2013-06-15 12:47:37.329150200 +0200
++++ haskell-hakyll-4.3.0.0/hakyll.cabal	2013-06-15 12:47:37.325150200 +0200
+@@ -208,7 +208,7 @@
+ 
+   Build-Depends:
+     HUnit                      >= 1.2 && < 1.3,
+-    QuickCheck                 >= 2.4 && < 2.6,
++    QuickCheck                 >= 2.4 && < 2.7,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.2 && < 0.4,
+     test-framework-quickcheck2 >= 0.2 && < 0.4,
diff -rN -u old-haskell-hakyll/patches/series new-haskell-hakyll/patches/series
--- old-haskell-hakyll/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hakyll/patches/series	2013-06-17 07:10:33.901538301 +0000
@@ -0,0 +1 @@
+quickcheck-2.6-compat.patch




More information about the Pkg-haskell-commits mailing list