simonmar    2005/04/27 04:15:17 PDT

  Modified files:
    ghc/compiler/hsSyn   HsDecls.lhs 
    ghc/compiler/main    GHC.hs HscMain.lhs 
    ghc/compiler/parser  RdrHsSyn.lhs 
    ghc/compiler/typecheck TcRnDriver.lhs TcRnMonad.lhs 
                           TcRnTypes.lhs 
  Log:
  Support for returning the renamed syntax from checkModule (untested).
  
  Revision  Changes    Path
  1.110     +41 -3     fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.21      +17 -12    fptools/ghc/compiler/main/GHC.hs
  1.216     +13 -9     fptools/ghc/compiler/main/HscMain.lhs
  1.86      +4 -7      fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.107     +20 -5     fptools/ghc/compiler/typecheck/TcRnDriver.lhs
  1.50      +1 -0      fptools/ghc/compiler/typecheck/TcRnMonad.lhs
  1.57      +9 -4      fptools/ghc/compiler/typecheck/TcRnTypes.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to