cvs commit: fptools/ghc/compiler/main DriverPipeline.hs GHC.hs
Simon Marlow
simonmar at haskell.org
Wed Apr 13 09:30:43 EDT 2005
simonmar 2005/04/13 06:30:43 PDT
Modified files:
ghc/compiler/main DriverPipeline.hs GHC.hs
Log:
Add :
loadMsg :: Session -> LoadHowMuch
-> (Messages-> IO ()) -> IO SuccessFlag
ie. just like load, except it takes a message callback and plumbs it
down to hscMain. checkModule now uses loadMsgs. Better name
suggestions welcome.
Revision Changes Path
1.198 +3 -2 fptools/ghc/compiler/main/DriverPipeline.hs
1.15 +23 -12 fptools/ghc/compiler/main/GHC.hs
More information about the Cvs-ghc
mailing list