On 28/09/10 11:08, Ian Lynagh wrote:
On Sun, Sep 26, 2010 at 02:52:30PM -0700, David Fox wrote:
In order to bootstrap with the compiler we are using, I had to rename the
function at line 13 of compiler/utils/Exception.hs from mask_ to mask.

Hmm, curious. mask_ has mask's type, which seems wrong, but building the
stable branch with RC1 works fine. Simon, do you know what's going on?

It's wrong, but we got away with it because mask_ is never referenced in the stage 1 compiler - the only use is in Linker.lhs which is not compiled in stage 1. I'll clean it up.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to