[project @ 2005-04-13 13:30:42 by simonmar]
authorsimonmar <unknown>
Wed, 13 Apr 2005 13:30:42 +0000 (13:30 +0000)
committersimonmar <unknown>
Wed, 13 Apr 2005 13:30:42 +0000 (13:30 +0000)
commitb33027133d3c8df16334b8a337a136480894e338
tree3ad4e9386e47a29423ef396fbf18c866aea791fa
parent6f7ad1accd1ef7e7394ae083797a89d2bb416ef7
[project @ 2005-04-13 13:30:42 by simonmar]
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.
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/GHC.hs