Hacking on GHC interactively with GHCi

Ian Lynagh igloo at earth.li
Sat Nov 25 16:37:35 EST 2006


On Tue, Oct 17, 2006 at 09:54:26AM +0000, Clemens Fruhwirth wrote:
> 
> *Main> :main -B/usr/lib/ghc-6.6 --help
> ...[freeze here .. pressed C-c]
> *** Exception: exit: ExitFailure 1
> *Main> 

I could reproduce this with

    stage2/ghc-inplace --interactive
    :set -I. -Istage1 -cpp -fglasgow-exts -package ghc
    :load main/Main.hs
    :main -B/home/ian/ghc/6.6-branch/build --help  -- sometimes more than once

in an old 6.6 branch compiler/, but having updated it I no longer can. I
can't reproduce it in the HEAD either. I haven't seen a reply to your
message, but it looks like the problem is now fixed regardless.


Thanks
Ian



More information about the Glasgow-haskell-users mailing list