cvs commit: fptools/ghc/compiler/main HscTypes.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 20 Dec 2001 09:15:28 -0800


simonmar    2001/12/20 09:15:28 PST

  Modified files:        (Branch: ghc-5-02-branch)
    ghc/compiler/main    HscTypes.lhs 
  Log:
  [ Committing directly to the STABLE branch, because we'll fix this in
    a better way on the HEAD. ]
  
  Turn off the strictness annotation on the mi_globals field of
  ModIface: it is only used by GHCi, and results in lots of extra work
  if we evaluate it strictly.
  
  Revision  Changes    Path
  1.77.2.2  +1 -1      fptools/ghc/compiler/main/HscTypes.lhs