cvs commit: fptools/ghc/compiler/rename Rename.lhs RnMonad.lhs fptools/ghc/compiler/main HscMain.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 21 Aug 2001 07:35:38 -0700


simonmar    2001/08/21 07:35:38 PDT

  Modified files:
    ghc/compiler/rename  Rename.lhs RnMonad.lhs 
    ghc/compiler/main    HscMain.lhs 
  Log:
  Make local bindings work on the GHCi command line again.
  
  Revision  Changes    Path
  1.166     +12 -21    fptools/ghc/compiler/rename/Rename.lhs
  1.124     +6 -0      fptools/ghc/compiler/rename/RnMonad.lhs
  1.131     +7 -21     fptools/ghc/compiler/main/HscMain.lhs