cvs commit: fptools/ghc/compiler/rename RnSource.lhs fptools/ghc/compiler/typecheck TcClassDcl.lhs TcInstDcls.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Thu, 30 Nov 2000 07:46:02 -0800


simonpj     2000/11/30 07:46:02 PST

  Modified files:
    ghc/compiler/rename  RnSource.lhs 
    ghc/compiler/typecheck TcClassDcl.lhs TcInstDcls.lhs 
  Log:
    Make the tests for -fglasgow-exts apply only to source code.
    If you merely import a module that uses (say) multi-parameter
    type classes internally, you shouldn't need -fglasgow-exts.
  
    There were surprisingly few places to change.
  
  Revision  Changes    Path
  1.108     +1 -0      fptools/ghc/compiler/rename/RnSource.lhs
  1.88      +12 -7     fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.106     +36 -38    fptools/ghc/compiler/typecheck/TcInstDcls.lhs