[Pkg-haskell-commits] darcs: haskell-ltk: Depend and build against parsec 3, not 2
Joachim Breitner
mail at joachim-breitner.de
Fri May 27 15:25:31 UTC 2011
Fri May 27 15:21:20 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Depend and build against parsec 3, not 2
Ignore-this: d0dac7f32b0070a8616e410566c63b81
M ./changelog +1
R ./patches/force-parsec-2.patch
A ./patches/force-parsec-3.patch
M ./patches/series -1 +1
Fri May 27 15:21:20 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Depend and build against parsec 3, not 2
Ignore-this: d0dac7f32b0070a8616e410566c63b81
diff -rN -u old-haskell-ltk//changelog new-haskell-ltk//changelog
--- old-haskell-ltk//changelog 2011-05-27 15:25:30.965552767 +0000
+++ new-haskell-ltk//changelog 2011-05-27 15:25:30.993536774 +0000
@@ -1,6 +1,7 @@
haskell-ltk (0.10.0.4-1) UNRELEASED; urgency=low
* New upstream release
+ * Depend and build against parsec 3, not 2
-- Joachim Breitner <nomeata at debian.org> Fri, 27 May 2011 17:15:50 +0200
diff -rN -u old-haskell-ltk//patches/force-parsec-2.patch new-haskell-ltk//patches/force-parsec-2.patch
--- old-haskell-ltk//patches/force-parsec-2.patch 2011-05-27 15:25:30.965552767 +0000
+++ new-haskell-ltk//patches/force-parsec-2.patch 1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: haskell-ltk-0.8.0.6/ltk.cabal
-===================================================================
---- haskell-ltk-0.8.0.6.orig/ltk.cabal 2010-06-01 21:56:45.000000000 +0200
-+++ haskell-ltk-0.8.0.6/ltk.cabal 2010-06-01 21:57:02.000000000 +0200
-@@ -8,7 +8,7 @@
- maintainer: maintainer at leksah.org
- build-depends: Cabal >=1.6.0, base >=4.0.0.0 && <5.0.0.0,
- containers >=0.2, filepath >=1.1.0, glib >=0.10.0, gtk >=0.10.0,
-- mtl >=1.1.0.2, parsec >=2.1.0.1, pretty >=1.0.1.0
-+ mtl >=1.1.0.2, parsec >=2.1.0.1 && <3, pretty >=1.0.1.0
- stability:
- homepage: http://www.leksah.org
- package-url: http://code.haskell.org/ltk
diff -rN -u old-haskell-ltk//patches/force-parsec-3.patch new-haskell-ltk//patches/force-parsec-3.patch
--- old-haskell-ltk//patches/force-parsec-3.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk//patches/force-parsec-3.patch 2011-05-27 15:25:30.969496924 +0000
@@ -0,0 +1,13 @@
+Index: haskell-ltk-0.10.0.4/ltk.cabal
+===================================================================
+--- haskell-ltk-0.10.0.4.orig/ltk.cabal 2011-05-27 17:20:43.000000000 +0200
++++ haskell-ltk-0.10.0.4/ltk.cabal 2011-05-27 17:20:49.000000000 +0200
+@@ -19,7 +19,7 @@
+ build-depends: Cabal >=1.6.0 && <1.11, base >=4.0.0.0 && <4.4,
+ containers >=0.2 && <0.5, filepath >=1.1.0 && <1.3,
+ glib >=0.10.0 && <0.13, gtk >=0.10.0 && <0.13,
+- mtl >=1.1.0.2 && <2.1, parsec >=2.1.0.1 && <3.2,
++ mtl >=1.1.0.2 && <2.1, parsec >=3 && <3.2,
+ pretty >=1.0.1.0 && <1.1,
+ -- Make sure we get the Cabal compaitble with ghc and haddock
+ haddock <2.10, ghc <7.3
diff -rN -u old-haskell-ltk//patches/series new-haskell-ltk//patches/series
--- old-haskell-ltk//patches/series 2011-05-27 15:25:30.957298418 +0000
+++ new-haskell-ltk//patches/series 2011-05-27 15:25:30.993536774 +0000
@@ -1 +1 @@
-force-parsec-2.patch
+force-parsec-3.patch
More information about the Pkg-haskell-commits
mailing list