>  > But in any case, just removing the double quotes from your 
> -D option
>  > should be enough to fix it.
> 
> Well, fixing my humble Makefile is not the point, I'm more concerned
> about this gratuitous change in the handling of quoting which breaks
> other people's Makefiles.
> 
> Regardless of the solution, th quoting issue should be documented in
> the GHC docs somehow.

AFAICT, GHC on Windows has always done this quoting, the change was to
make GHC on Unix do it too.

I think the reasoning behind it was to fix some bugs related to
filenames with spaces in.  We now consistently surround all arguments to
external commands in quotes, which on the face of it seems like a
reasonable thing to do, no?  It could be made more bulletproof, by
quoting each character individually I suppose.

Cheers,
        Simon


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to