>Hi,
>
>fix is available from
>
>  http://www.dcs.gla.ac.uk/~sof/ghc-win32.html
>
>--sigbjorn
>

The fix doesn't quite work.
Eg

running
$ghc-4.03 -o main main.hs
$./main a b +RTS -H20M
["a","b","+RTS","-H20M"]

where main.hs is

module Main where
import System
main = do
 as <- getArgs
 print as

Reply via email to