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,
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
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/
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
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
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