[Pkg-haskell-commits] darcs: lhs2tex: Add a typesignature to make it compile
Joachim Breitner
mail at joachim-breitner.de
Thu Jun 2 18:46:51 UTC 2011
Thu Jun 2 18:42:15 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Add a typesignature to make it compile
Ignore-this: ecb6ef5333630a64f5a7be809dc02aea
A ./patches/add-typesig
M ./patches/series +1
Thu Jun 2 18:42:15 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Add a typesignature to make it compile
Ignore-this: ecb6ef5333630a64f5a7be809dc02aea
diff -rN -u old-lhs2tex//patches/add-typesig new-lhs2tex//patches/add-typesig
--- old-lhs2tex//patches/add-typesig 1970-01-01 00:00:00.000000000 +0000
+++ new-lhs2tex//patches/add-typesig 2011-06-02 18:46:51.591772884 +0000
@@ -0,0 +1,12 @@
+Index: lhs2tex-1.15/MathPoly.lhs
+===================================================================
+--- lhs2tex-1.15.orig/MathPoly.lhs 2011-06-02 20:35:19.000000000 +0200
++++ lhs2tex-1.15/MathPoly.lhs 2011-06-02 20:40:38.000000000 +0200
+@@ -368,6 +368,7 @@
+ > Poly (((n,c),ts,ind):rs@(((nn,_),_,_):_))
+ > -> mkFromTo stack n nn c ts rs ls
+ >
++> mkFromTo :: Stack -> String -> String -> Col -> [Pos Token] -> [((String, Int), [Pos Token], Bool)] -> [Line [Pos Token]] -> (Doc, Stack)
+ > mkFromTo stack bn en c ts rs ls
+ > | bn == en = -- dies kann am Beginn einer Zeile durch Einrueckung passieren
+ > (rest,stack')
diff -rN -u old-lhs2tex//patches/series new-lhs2tex//patches/series
--- old-lhs2tex//patches/series 2011-06-02 18:46:51.583778956 +0000
+++ new-lhs2tex//patches/series 2011-06-02 18:46:51.595776604 +0000
@@ -2,3 +2,4 @@
10_fix_bashims.patch
no-utf8-string.patch
no-n-plus-k-pattern
+add-typesig
More information about the Pkg-haskell-commits
mailing list