cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
MCI_make_constr.hi-boot StgInterp.lhs fptools/ghc/compiler/main
Main.hs
Simon Marlow
simonmar@glass.cse.ogi.edu
Wed, 22 Nov 2000 09:51:16 -0800
simonmar 2000/11/22 09:51:16 PST
Modified files:
ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
MCI_make_constr.hi-boot StgInterp.lhs
ghc/compiler/main Main.hs
Log:
Today's hacking; more things work, but StgInterp is rapidly heading
for a brick wall. Fortunately we're planning to swerve at the last
minute.
Revision Changes Path
1.14 +11 -8 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.6 +3 -3 fptools/ghc/compiler/ghci/InterpSyn.lhs
1.2 +5 -2 fptools/ghc/compiler/ghci/MCI_make_constr.hi-boot
1.11 +110 -55 fptools/ghc/compiler/ghci/StgInterp.lhs
1.32 +8 -7 fptools/ghc/compiler/main/Main.hs