[project @ 2001-03-15 11:26:27 by simonmar]
authorsimonmar <unknown>
Thu, 15 Mar 2001 11:26:27 +0000 (11:26 +0000)
committersimonmar <unknown>
Thu, 15 Mar 2001 11:26:27 +0000 (11:26 +0000)
commitcf2aab8a7cb0b74ec23453639503dd8c6f8e1353
treee9b2da9508f13b2e4266ceb57171d71ba8f70e61
parent902d61ca3610bba014aa6a5707f72e08f992a716
[project @ 2001-03-15 11:26:27 by simonmar]
Do a better job of telling the user whether we're interpreting a
module or using an existing object file.

eg.

   Main> :load A
   Skipping  D                ( D.hs, D.o )
   Compiling C                ( C.hs, interpreted )
   Skipping  B                ( B.hs, B.o )
   Compiling Main             ( A.hs, interpreted )
   Main>
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/HscMain.lhs