Skip to content
  • Simon Marlow's avatar
    [project @ 2001-03-15 11:26:27 by simonmar] · cf2aab8a
    Simon Marlow authored
    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>
    cf2aab8a