[Pkg-haskell-commits] darcs: haskell-ltk: Force parsec 2
Joachim Breitner
mail at joachim-breitner.de
Tue Jun 1 20:34:10 UTC 2010
Tue Jun 1 19:57:19 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Force parsec 2
Ignore-this: cd9de0b32e5724c1891d68eb7f437349
A ./patches/
A ./patches/force-parsec-2.patch
A ./patches/series
Tue Jun 1 19:57:19 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Force parsec 2
Ignore-this: cd9de0b32e5724c1891d68eb7f437349
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 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/patches/force-parsec-2.patch 2010-06-01 20:34:09.909813677 +0000
@@ -0,0 +1,13 @@
+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/series new-haskell-ltk/patches/series
--- old-haskell-ltk/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ltk/patches/series 2010-06-01 20:34:09.905813471 +0000
@@ -0,0 +1 @@
+force-parsec-2.patch
More information about the Pkg-haskell-commits
mailing list