cvs commit: fptools/ghc/compiler/ghci CmCompile.lhs fptools/ghc/compiler/main
HscMain.lhs HscTypes.lhs fptools/ghc/compiler/rename RnMonad.lhs
fptools/ghc/compiler/typecheck TcInstDcls.lhs TcModule.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Mon, 16 Oct 2000 06:29:14 -0700
sewardj 2000/10/16 06:29:14 PDT
Modified files:
ghc/compiler/ghci CmCompile.lhs
ghc/compiler/main HscMain.lhs HscTypes.lhs
ghc/compiler/rename RnMonad.lhs
ghc/compiler/typecheck TcInstDcls.lhs TcModule.lhs
Log:
make HscTypes and RnMonad compilable
Revision Changes Path
1.13 +1 -1 fptools/ghc/compiler/ghci/CmCompile.lhs
1.8 +4 -4 fptools/ghc/compiler/main/HscMain.lhs
1.17 +11 -7 fptools/ghc/compiler/main/HscTypes.lhs
1.86 +14 -11 fptools/ghc/compiler/rename/RnMonad.lhs
1.85 +4 -4 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.66 +3 -3 fptools/ghc/compiler/typecheck/TcModule.lhs