cvs commit: fptools/ghc/compiler Makefile fptools/ghc/compiler/coreSyn CoreLint.lhs fptools/ghc/compiler/main ErrUtils.lhs HscMain.lhs

Simon Marlow simonmar at haskell.org
Wed Sep 1 10:14:44 EDT 2004


simonmar    2004/09/01 07:14:38 PDT

  Modified files:
    ghc/compiler         Makefile 
    ghc/compiler/coreSyn CoreLint.lhs 
    ghc/compiler/main    ErrUtils.lhs HscMain.lhs 
  Log:
  Minore package GHC fixes, and a couple of changes for Visual Studio.
  Messages from the compiler should now go through a new API in
  ErrUtils, so that they can be redirected by the GHC client if
  necessary.  (currently not all messages go through this interface, but
  some of them do).
  
  Revision  Changes    Path
  1.266     +1 -1      fptools/ghc/compiler/Makefile
  1.77      +3 -6      fptools/ghc/compiler/coreSyn/CoreLint.lhs
  1.49      +48 -6     fptools/ghc/compiler/main/ErrUtils.lhs
  1.197     +18 -16    fptools/ghc/compiler/main/HscMain.lhs


More information about the Cvs-ghc mailing list