Hi,

fix is available from

  http://www.dcs.gla.ac.uk/~sof/ghc-win32.html

--sigbjorn


Andreas Marth <[EMAIL PROTECTED]> writes: 
> 
> Hi,
> some after testing I discovered that the reason for why my program
> didn't anything after compiling it with ghc-4.03 was, that it gets an
> empty list from getArgs.
> 
> I am running GHC under NT.
> At least the small program below did return [] no metter what 
> arguments
> I passed.
> 
> import System (getArgs)
> 
> main=do {       ps<-getArgs;
>                 putStr (show ps)}
> 
> 
> I thing this can also be the reason for the "bus error" from Robin Lee
> Powell.
> 
> I hope You can fix this bug as fast as the otherone.
> 

Reply via email to