cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Simon Marlow simonmar at microsoft.com
Tue Jan 3 11:15:38 EST 2006


simonmar    2006/01/03 08:15:38 PST

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  setContextAfterLoad: try to load a target if possible, otherwise load
  the topmost module in the graph.  Previously we were loading the first
  module in the list, which happened to be right a lot of the time, but
  not always.
  
  Fixes ticket #642
  
  Revision  Changes    Path
  1.219     +35 -13    fptools/ghc/compiler/ghci/InteractiveUI.hs


More information about the Cvs-ghc mailing list