
30 Nov
2007
30 Nov
'07
7:33 a.m.
Lemmih wrote:
On Nov 30, 2007 12:36 PM, Simon Marlow
wrote: 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.
Wow! You're right. Thanks for the tip, I'm investigating. Simon