Lemmih wrote:
On Nov 30, 2007 12:36 PM, Simon Marlow <[EMAIL PROTECTED]> 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
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to