[Pkg-haskell-commits] darcs: haskell-leksah: Patch to compile with QuickCheck 2.6

Joachim Breitner mail at joachim-breitner.de
Sat Jun 15 10:25:32 UTC 2013


Sat Jun 15 10:25:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to compile with QuickCheck 2.6 

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

Sat Jun 15 10:25:26 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to compile with QuickCheck 2.6 
diff -rN -u old-haskell-leksah/changelog new-haskell-leksah/changelog
--- old-haskell-leksah/changelog	2013-06-15 10:25:32.738039747 +0000
+++ new-haskell-leksah/changelog	2013-06-15 10:25:32.742040785 +0000
@@ -1,3 +1,9 @@
+haskell-leksah (0.12.1.3-4) UNRELEASED; urgency=low
+
+  * Patch to compile with QuickCheck 2.6 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Jun 2013 12:21:40 +0200
+
 haskell-leksah (0.12.1.3-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-leksah/control new-haskell-leksah/control
--- old-haskell-leksah/control	2013-06-15 10:25:32.738039747 +0000
+++ new-haskell-leksah/control	2013-06-15 10:25:32.742040785 +0000
@@ -43,7 +43,7 @@
   , libghc-utf8-string-dev (>= 0.3.1.1)
   , libghc-utf8-string-dev (<< 0.4)
   , libghc-quickcheck2-dev (>= 2.4.2)
-  , libghc-quickcheck2-dev (<< 2.6)
+  , libghc-quickcheck2-dev (<< 2.7)
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/leksah
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah
diff -rN -u old-haskell-leksah/patches/quickcheck-2.6-compat.patch new-haskell-leksah/patches/quickcheck-2.6-compat.patch
--- old-haskell-leksah/patches/quickcheck-2.6-compat.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/patches/quickcheck-2.6-compat.patch	2013-06-15 10:25:32.750038663 +0000
@@ -0,0 +1,31 @@
+Index: haskell-leksah-0.12.1.3/leksah.cabal
+===================================================================
+--- haskell-leksah-0.12.1.3.orig/leksah.cabal	2013-06-15 12:21:07.213207754 +0200
++++ haskell-leksah-0.12.1.3/leksah.cabal	2013-06-15 12:21:32.333206844 +0200
+@@ -123,7 +123,7 @@
+                        hslogger >= 1.0.7 && <1.3, leksah-server >=0.12.1.2 && <0.13, network >= 2.2 && <3.0,
+                        ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
+                        gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
+-                       QuickCheck >=2.4.2 && <2.6
++                       QuickCheck >=2.4.2 && <2.7
+ 
+     exposed-modules:
+         IDE.Leksah IDE.Completion IDE.ImportTool
+@@ -197,7 +197,7 @@
+                        hslogger >= 1.0.7 && <1.3, leksah-server >=0.12.1.2 && <0.13, network >= 2.2 && <3.0,
+                        ghc >=6.10.1 && <7.7, strict >= 0.3.2 && <0.4, enumerator >=0.4.14 && <0.5, text >= 0.11.1.5 && < 0.12,
+                        gio >=0.12.2 && <0.13, transformers >=0.2.2.0 && <0.4,
+-                       QuickCheck >=2.4.2 && <2.6
++                       QuickCheck >=2.4.2 && <2.7
+     else
+         hs-source-dirs: main
+         build-depends: leksah ==0.12.1.3, base >=4.0.0.0 && <= 5
+@@ -214,7 +214,7 @@
+     type:       exitcode-stdio-1.0
+     hs-source-dirs: tests
+     main-is:    Tests.hs
+-    build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.6,
++    build-depends: base >= 4.0.0.0 && <4.7, Cabal >=1.6.0.1 && <1.17, QuickCheck >=2.4.2 && <2.7,
+                    leksah ==0.12.1.3
+ 
+ 
diff -rN -u old-haskell-leksah/patches/series new-haskell-leksah/patches/series
--- old-haskell-leksah/patches/series	2013-06-15 10:25:32.738039747 +0000
+++ new-haskell-leksah/patches/series	2013-06-15 10:25:32.750038663 +0000
@@ -1 +1,2 @@
 ghc-7.6-compatibility.patch
+quickcheck-2.6-compat.patch




More information about the Pkg-haskell-commits mailing list