cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs fptools/ghc/compiler/compMan
CompManager.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 22 Nov 2000 07:51:49 -0800
simonmar 2000/11/22 07:51:48 PST
Modified files:
ghc/compiler/ghci InteractiveUI.hs
ghc/compiler/compMan CompManager.lhs
Log:
:l now unloads the previously loaded module collection before loading
the new ones. This allows you to :l Main, :cd <somewhere-else> and :l
Main again without it saying "compilation IS NOT required".
Revision Changes Path
1.13 +7 -6 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.31 +17 -4 fptools/ghc/compiler/compMan/CompManager.lhs