ghci changes in 6.8 that are not improvements

Simon Marlow simonmarhaskell at gmail.com
Fri Nov 30 07:33:18 EST 2007


Lemmih wrote:
> On Nov 30, 2007 12:36 PM, Simon Marlow <simonmarhaskell at gmail.com> 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


More information about the Glasgow-haskell-users mailing list