[Pkg-haskell-commits] darcs: helium: Allow building against parsec3
Joachim Breitner
mail at joachim-breitner.de
Thu Jun 2 17:25:54 UTC 2011
Thu Jun 2 17:17:15 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Allow building against parsec3
Ignore-this: 8db2ae05b67a2c4009799570fd06f5ac
A ./patches/parsec3-compat
M ./patches/series +1
Thu Jun 2 17:17:15 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Allow building against parsec3
Ignore-this: 8db2ae05b67a2c4009799570fd06f5ac
diff -rN -u old-helium//patches/parsec3-compat new-helium//patches/parsec3-compat
--- old-helium//patches/parsec3-compat 1970-01-01 00:00:00.000000000 +0000
+++ new-helium//patches/parsec3-compat 2011-06-02 17:25:54.768779679 +0000
@@ -0,0 +1,12 @@
+Index: helium-1.7~pre20090428/helium/src/texthint/ConfigFile.hs
+===================================================================
+--- helium-1.7~pre20090428.orig/helium/src/texthint/ConfigFile.hs 2011-06-02 18:52:29.000000000 +0200
++++ helium-1.7~pre20090428/helium/src/texthint/ConfigFile.hs 2011-06-02 18:52:30.000000000 +0200
+@@ -23,6 +23,7 @@
+ skipMany (noneOf "\r\n")
+ <?> "comment"
+
++eol :: Parser ()
+ eol = do oneOf "\n\r"
+ return ()
+ <?> "end of line"
diff -rN -u old-helium//patches/series new-helium//patches/series
--- old-helium//patches/series 2011-06-02 17:25:54.748774738 +0000
+++ new-helium//patches/series 2011-06-02 17:25:54.804772205 +0000
@@ -5,3 +5,4 @@
06_no-strip
10_autoconf
fixes-for-ghc
+parsec3-compat
More information about the Pkg-haskell-commits
mailing list