cvs commit: fptools/ghc/compiler Makefile fptools/ghc/compiler/basicTypes Name.lhs SrcLoc.lhs fptools/ghc/compiler/coreSyn CoreTidy.lhs fptools/ghc/compiler/hsSyn HsDecls.lhs fptools/ghc/compiler/main Finder.lhs HscMain.lhs HscTypes.lhs TmpFiles.hs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 30 Oct 2000 01:52:16 -0800


simonpj     2000/10/30 01:52:16 PST

  Modified files:
    ghc/compiler         Makefile 
    ghc/compiler/basicTypes Name.lhs SrcLoc.lhs 
    ghc/compiler/coreSyn CoreTidy.lhs 
    ghc/compiler/hsSyn   HsDecls.lhs 
    ghc/compiler/main    Finder.lhs HscMain.lhs HscTypes.lhs 
                         TmpFiles.hs 
    ghc/compiler/rename  Rename.lhs RnEnv.lhs RnHiFiles.lhs 
                         RnIfaces.lhs RnNames.lhs RnSource.lhs 
    ghc/compiler/typecheck TcBinds.lhs TcEnv.lhs TcModule.lhs 
                           TcMonad.lhs TcRules.lhs 
                           TcTyClsDecls.lhs 
    ghc/compiler/types   Type.lhs 
  Log:
  First steps to making it work
  
  Revision  Changes    Path
  1.102     +2 -2      fptools/ghc/compiler/Makefile
  1.73      +45 -32    fptools/ghc/compiler/basicTypes/Name.lhs
  1.19      +1 -0      fptools/ghc/compiler/basicTypes/SrcLoc.lhs
  1.16      +1 -2      fptools/ghc/compiler/coreSyn/CoreTidy.lhs
  1.55      +5 -5      fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.16      +28 -23    fptools/ghc/compiler/main/Finder.lhs
  1.29      +13 -27    fptools/ghc/compiler/main/HscMain.lhs
  1.47      +6 -8      fptools/ghc/compiler/main/HscTypes.lhs
  1.8       +3 -3      fptools/ghc/compiler/main/TmpFiles.hs
  1.116     +67 -48    fptools/ghc/compiler/rename/Rename.lhs
  1.89      +22 -4     fptools/ghc/compiler/rename/RnEnv.lhs
  1.9       +25 -31    fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.115     +13 -16    fptools/ghc/compiler/rename/RnIfaces.lhs
  1.100     +50 -80    fptools/ghc/compiler/rename/RnNames.lhs
  1.100     +3 -0      fptools/ghc/compiler/rename/RnSource.lhs
  1.76      +1 -2      fptools/ghc/compiler/typecheck/TcBinds.lhs
  1.73      +18 -10    fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.77      +14 -34    fptools/ghc/compiler/typecheck/TcModule.lhs
  1.52      +1 -1      fptools/ghc/compiler/typecheck/TcMonad.lhs
  1.16      +2 -3      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.61      +6 -5      fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.73      +1 -4      fptools/ghc/compiler/types/Type.lhs