On 08 May 2005 01:55, Claus Reinke wrote:

>> Nightly mingw builds of STABLE have now been set up.
>> Any testing you can do is greatly appreciated.
> 
> first, thanks a lot for the nightly builds and mails, both STABLE
> and HEAD. it is great to know when the last successfull build
> was, and even better that nightly snapshots are now available
> for windows as well.

I couldn't get the snapshot to work:

/cygdrive/c/builds/ghc-6.4.1 > ./bin/i386-unknown-mingw32/ghc
ghc.exe: Can't find package.conf as
c:\builds\ghc-6.4.1\bin\i386-unknown-min\ghc\driver\package.conf.inplace

(notice the missing "gw32", I have no idea what's gone wrong here).

> on to feedback (win98se, ghc-6.4.1.20050507):
> 
> - System.system now works, but always delivers ExitSuccess,
>     unless the command is not found, which gives an exception?

That seems strange, it works with the 6.4 release:

Prelude> System.Cmd.system "exit 1" >>= print
ExitFailure 1

Perhaps another Win98-ism?

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to