[Pkg-haskell-commits] darcs: washngo: Force parsec 2 in cabal file
Joachim Breitner
mail at joachim-breitner.de
Tue Apr 20 08:05:28 UTC 2010
Mon Apr 19 13:33:51 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Force parsec 2 in cabal file
Ignore-this: c5f6c5197675219aa42a8b2610ce1f98
A ./patches/
A ./patches/force-parsec-2.patch
A ./patches/series
Mon Apr 19 13:33:51 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Force parsec 2 in cabal file
Ignore-this: c5f6c5197675219aa42a8b2610ce1f98
diff -rN -u old-washngo/patches/force-parsec-2.patch new-washngo/patches/force-parsec-2.patch
--- old-washngo/patches/force-parsec-2.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-washngo/patches/force-parsec-2.patch 2010-04-20 08:05:28.286242393 +0000
@@ -0,0 +1,11 @@
+--- washngo-2.12.0.orig/WashNGo.cabal
++++ washngo-2.12.0/WashNGo.cabal
+@@ -20,7 +20,7 @@ Cabal-Version: >= 1.2
+ -- location: http://code.haskell.org/WASH/
+
+ Library
+- Build-Depends: base < 5, regex-compat, haskell98, parsec
++ Build-Depends: base < 5, regex-compat, haskell98, parsec (< 3)
+ Extensions: ForeignFunctionInterface
+ build-depends: containers
+ Exposed-Modules:
diff -rN -u old-washngo/patches/series new-washngo/patches/series
--- old-washngo/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-washngo/patches/series 2010-04-20 08:05:28.286242393 +0000
@@ -0,0 +1 @@
+force-parsec-2.patch
More information about the Pkg-haskell-commits
mailing list