Re: Hacking on GHC interactively with GHCi

2006-11-25 Thread Ian Lynagh
On Tue, Oct 17, 2006 at 09:54:26AM +, 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

Re: Hacking on GHC interactively with GHCi

2006-10-17 Thread Simon Marlow
Clemens Fruhwirth wrote: Hello everyone, I would like to hack on GHC interactively. My aim is to load ghc into ghci and start hacking a source file in one emacs buffer, while the other hosts an inferior-haskell session connected to GHCi. I really like this kind of development style and found it

Re: Hacking on GHC interactively with GHCi

2006-10-17 Thread Clemens Fruhwirth
At Tue, 17 Oct 2006 10:26:15 +0100, Simon Marlow [EMAIL PROTECTED] wrote: Clemens Fruhwirth wrote: * load all .o files (with unboxed types) and load a modified source in interpreted mode. This doesn't work well because for that approach you need to mix the source with the object in the