[Pkg-haskell-commits] darcs: haskell-leksah: Patch to compile with regex-tdfa 1.2

Joachim Breitner mail at joachim-breitner.de
Sun Aug 3 19:20:33 UTC 2014


Sun Aug  3 19:17:47 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to compile with regex-tdfa 1.2 

    M ./changelog +6
    M ./control -2 +2
    A ./patches/regex-tdfa-1.2.patch
    M ./patches/series +1

Sun Aug  3 19:17:47 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to compile with regex-tdfa 1.2 
diff -rN -u old-haskell-leksah/changelog new-haskell-leksah/changelog
--- old-haskell-leksah/changelog	2014-08-03 19:20:32.999492792 +0000
+++ new-haskell-leksah/changelog	2014-08-03 19:20:33.011492790 +0000
@@ -1,3 +1,9 @@
+haskell-leksah (0.12.1.3-6) UNRELEASED; urgency=medium
+
+  * Patch to compile with regex-tdfa 1.2 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 03 Aug 2014 21:16:58 +0200
+
 haskell-leksah (0.12.1.3-5) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haskell-leksah/control new-haskell-leksah/control
--- old-haskell-leksah/control	2014-08-03 19:20:32.999492792 +0000
+++ new-haskell-leksah/control	2014-08-03 19:20:33.003492791 +0000
@@ -30,8 +30,8 @@
   , libghc-hslogger-dev (<< 1.3)
   , libghc-regex-base-dev (>= 0.93)
   , libghc-regex-base-dev (<< 0.94)
-  , libghc-regex-tdfa-dev (>= 1.1)
-  , libghc-regex-tdfa-dev (<< 1.2)
+  , libghc-regex-tdfa-dev (>= 1.2)
+  , libghc-regex-tdfa-dev (<< 1.3)
   , libghc-leksah-server-dev (>= 0.12.1.2)
   , libghc-leksah-server-dev (<< 0.13)
   , libghc-strict-dev (>= 0.3.2)
diff -rN -u old-haskell-leksah/patches/regex-tdfa-1.2.patch new-haskell-leksah/patches/regex-tdfa-1.2.patch
--- old-haskell-leksah/patches/regex-tdfa-1.2.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-leksah/patches/regex-tdfa-1.2.patch	2014-08-03 19:20:33.007492790 +0000
@@ -0,0 +1,22 @@
+Index: haskell-leksah-0.12.1.3/leksah.cabal
+===================================================================
+--- haskell-leksah-0.12.1.3.orig/leksah.cabal	2014-08-03 21:16:53.203078792 +0200
++++ haskell-leksah-0.12.1.3/leksah.cabal	2014-08-03 21:16:53.203078792 +0200
+@@ -118,7 +118,7 @@
+                        filepath >=1.1.0.1 && <1.4, glib >=0.10 && <0.13, gtk >=0.10 && <0.13,
+                        gtksourceview2 >=0.10.0 && <0.13, mtl >=1.1.0.2 && <2.2, old-time >=1.0.0.1 && <1.2,
+                        parsec >=2.1.0.1 && <3.2, pretty >=1.0.1.0 && <1.2,
+-                       regex-tdfa ==1.1.*, regex-base ==0.93.*, utf8-string >=0.3.1.1 && <0.4, array >=0.2.0.0 && <0.5,
++                       regex-tdfa ==1.2.*, regex-base ==0.93.*, utf8-string >=0.3.1.1 && <0.4, array >=0.2.0.0 && <0.5,
+                        time >=0.1 && <1.5, ltk >= 0.12.1.0 && <0.13, binary-shared >= 0.8 && <0.9, deepseq >= 1.1.0.0 && <1.4,
+                        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,
+@@ -192,7 +192,7 @@
+                        filepath >=1.1.0.1 && <1.4, glib >=0.10 && <0.13, gtk >=0.10 && <0.13,
+                        gtksourceview2 >=0.10.0 && <0.13, mtl >=1.1.0.2 && <2.2, old-time >=1.0.0.1 && <1.2,
+                        parsec >=2.1.0.1 && <3.2, pretty >=1.0.1.0 && <1.2,
+-                       regex-tdfa ==1.1.*, regex-base ==0.93.*, utf8-string >=0.3.1.1 && <0.4, array >=0.2.0.0 && <0.5,
++                       regex-tdfa ==1.2.*, regex-base ==0.93.*, utf8-string >=0.3.1.1 && <0.4, array >=0.2.0.0 && <0.5,
+                        time >=0.1 && <1.5, ltk >=0.12.1.0 && <0.13, binary-shared >= 0.8 && <0.9, deepseq >= 1.1.0.0 && <1.4,
+                        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,
diff -rN -u old-haskell-leksah/patches/series new-haskell-leksah/patches/series
--- old-haskell-leksah/patches/series	2014-08-03 19:20:32.999492792 +0000
+++ new-haskell-leksah/patches/series	2014-08-03 19:20:33.007492790 +0000
@@ -1,2 +1,3 @@
 ghc-7.6-compatibility.patch
 quickcheck-2.7-compat.patch
+regex-tdfa-1.2.patch




More information about the Pkg-haskell-commits mailing list