> Using ghc-5.03, getArgs only returns the first command line argument.
> 
> main = do putStrLn version
>            args <- getArgs
>            putStrLn (show args)
>            ...

I can't repeat this bug - it works for me with last night's sources both
in batch mode and in GHCi.

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
  • getArgs Greg Michaelson
    • Simon Marlow

Reply via email to