cvs commit: fptools/ghc/compiler HsVersions.h fptools/ghc/compiler/basicTypes IdInfo.lhs OccName.lhs fptools/ghc/compiler/nativeGen MachCode.lhs fptools/ghc/compiler/typecheck TcMonad.lhs fptools/ghc/compiler/types Type.lhs fptools/ghc/compiler/utils StringBuffer.lhs

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 23 Oct 2001 15:25:48 -0700


sof         2001/10/23 15:25:48 PDT

  Modified files:
    ghc/compiler         HsVersions.h 
    ghc/compiler/basicTypes IdInfo.lhs OccName.lhs 
    ghc/compiler/nativeGen MachCode.lhs 
    ghc/compiler/typecheck TcMonad.lhs 
    ghc/compiler/types   Type.lhs 
    ghc/compiler/utils   StringBuffer.lhs 
  Log:
  Deleted HsVersions.h #defines that were now past their use-by-dates; in
  particular, make the assumption that a post-Haskell 1.4 compiler is now
  used to compile ghc/compiler/
  
  Hanging on to those FastString #defines is probably not worth it any longer,
  either, but I punted on making that (much bigger) change.
  
  Revision  Changes    Path
  1.24      +0 -32     fptools/ghc/compiler/HsVersions.h
  1.90      +1 -1      fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.44      +2 -2      fptools/ghc/compiler/basicTypes/OccName.lhs
  1.77      +1 -1      fptools/ghc/compiler/nativeGen/MachCode.lhs
  1.66      +1 -1      fptools/ghc/compiler/typecheck/TcMonad.lhs
  1.94      +6 -6      fptools/ghc/compiler/types/Type.lhs
  1.49      +1 -1      fptools/ghc/compiler/utils/StringBuffer.lhs