Re: GHC Head Bugs

2007-08-08 Thread Simon Marlow
Neil Mitchell wrote: Second, when compiling the attached program (which is probably familiar to you by now ;-) ), I get the thing at the bottom of this message. -fasm works fine, but -fvia-C seems to have been broken. I've also seen this, with the most recent MSI built by the buildbots. Ian,

Re: GHC Head Bugs

2007-07-19 Thread Ian Lynagh
On Tue, Jul 10, 2007 at 12:34:07PM +0100, Simon Marlow wrote: > Alec Berryman wrote: > >Neil Mitchell on 2007-07-10 11:44:11 +0100: > > > >>First, it appears that GHC.Prim no longer exists, I can't :m it. I was > >>using it as the import location for RealWorld and State# - I've now > >>moved to usi

Re: GHC Head Bugs

2007-07-10 Thread Simon Marlow
Alec Berryman wrote: Neil Mitchell on 2007-07-10 11:44:11 +0100: First, it appears that GHC.Prim no longer exists, I can't :m it. I was using it as the import location for RealWorld and State# - I've now moved to using GHC.Base. http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/

Re: GHC Head Bugs

2007-07-10 Thread Neil Mitchell
Hi > First, it appears that GHC.Prim no longer exists, I can't :m it. I was > using it as the import location for RealWorld and State# - I've now > moved to using GHC.Base. http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/012674.html The issue was reported back in May but must h

Re: GHC Head Bugs

2007-07-10 Thread Alec Berryman
Neil Mitchell on 2007-07-10 11:44:11 +0100: > First, it appears that GHC.Prim no longer exists, I can't :m it. I was > using it as the import location for RealWorld and State# - I've now > moved to using GHC.Base. http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/012674.html The is

GHC Head Bugs

2007-07-10 Thread Neil Mitchell
Hi I just tried to upgrade to the latest Head which has a Windows installer, http://www.haskell.org/ghc/dist/current/dist/ghc-6.7.20070709-i386-unknown-mingw32.exe First, it appears that GHC.Prim no longer exists, I can't :m it. I was using it as the import location for RealWorld and State# - I