patch applied (ghc): revert previous fix until I can find out
whyit was wrong
Simon Marlow
simonmarhaskell at gmail.com
Tue Apr 24 07:34:32 EDT 2007
Claus Reinke wrote:
>> Mon Apr 23 06:05:45 PDT 2007 Simon Marlow <simonmar at microsoft.com>
>> * revert previous fix until I can find out why it was wrong
>> should fix recent GHCi problems in the HEAD
>
> unfortunately not. just rebuilt, and ghci still can't load base:-(
That's a different GHCi problem :-) We know the cause: the base package is
currently missing some extra-libraries on Windows. Ian is looking into fixing
it. As a workaround, you could copy the extra-libraries from package.conf.in to
base.cabal in your tree.
>> M ./compiler/deSugar/DsGRHSs.lhs -1 +1
>
> hunk ./compiler/deSugar/DsGRHSs.lhs 66
> - (\e -> bindLocalsDs binders $ [_$_]
> + (\e -> bindLocalsDs patsBinders $
> [_$_]
>
> i find it worrying that information is simply dropped here (binders =
> bindsBinders ++ patsBinders). are you sure this is what you intended?
Yes; it's just a temporary workaround. I'm working on a better fix.
Cheers,
SImon
More information about the Cvs-ghc
mailing list