
30 Nov
2007
30 Nov
'07
6:43 a.m.
On Nov 30, 2007 12:36 PM, Simon Marlow
Alex Jacobson wrote:
$ darcs get http://happs.org/HAppS-Begin $ cd HAppS-Begin $ curl http://searchpath.org/searchpath/SearchPath.hs > SearchPath.hs $ ghc --make SearchPath.hs -o sp $ sp ghci -ihaskell haskell/Main.hs Prelude> :r
I don't see any unnecessary reloading here:
Ok, modules loaded: [snip]. *Main> :r Ok, modules loaded: [snip].
Tried this on both x86_64/Linux (Fedora 6) and x86/Linux (RedHat 7). Any idea what might be different about your setup?
It reloads all modules after an error has occurred. -- Cheers, Lemmih