[EMAIL PROTECTED] wrote:
Tue Aug  9 21:27:59 CEST 2005  Peter Strand <[EMAIL PROTECTED]>
  * fix compilation errors with ghc-6.2.2 on win32

[fix compilation errors with ghc-6.2.2 on win32
Peter Strand <[EMAIL PROTECTED]>**20050809192759] {
hunk ./aclocal.m4 210
-                    (path,    "") -> ("",path)
-                    (root,_:path) -> (root++":",path)
+                    (rel,    "") -> ("",rel)
+                    (drv,_:rel) -> (drv++":",rel)
}

Just to clarify, the problem was that ghc complains about shadowed variables (path and root). Forgot to mention that in the patch description.


/Peter

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to