Antony Courtney wrote:
I'm trying to upgrade my Java/Haskell interoperability framework to the
latest Java version.  Unfortunately, however, it appears that hsc2hs
can't deal with embedded spaces in command line arguments.[...]

Both of your problems look like the usual problems with the broken "system" function used within hsc2hs. One should really use "rawSystem" instead to avoid the problems with spaces and quotation. But I don't have the time to figure out how to do this correctly, keeping the backward compatibility with older GHC version. SimonM?

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

Reply via email to