[cvs-nhc98] cvs commit: nhc98/src/compiler98 SysDeps.hs Case.hs CaseLib.hs Export.hs FFITrans.hs Fixity.hs Foreign.hs GcodeFix.hs IExtract.hs Import.hs ImportState.hs Info.hs IntState.hs LexLow.hs LexPre.hs Lexical.hs MainNew.hs Makefile Need.hs Nice.hs Parse2.hs ...

Sven Panne panne at glass.cse.ogi.edu
Sun Jun 20 07:56:57 EDT 2004


panne       2004/06/20 04:56:57 PDT

  Modified files:
    src/compiler98       Case.hs CaseLib.hs Export.hs FFITrans.hs 
                         Fixity.hs Foreign.hs GcodeFix.hs 
                         IExtract.hs Import.hs ImportState.hs 
                         Info.hs IntState.hs LexLow.hs LexPre.hs 
                         Lexical.hs MainNew.hs Makefile Need.hs 
                         Nice.hs Parse2.hs ParseLib.hs 
                         PreImport.hs PrettySyntax.hs PrimCode.hs 
                         Rename.hs RenameLib.hs ReportImports.hs 
                         RmClasses.hs STGArity.hs Syntax.hs 
                         TokenId.hs Type.hs TypeUnify.hs 
                         TypeUtil.hs 
  Added files:
    src/compiler98       SysDeps.hs 
  Log:
  Start concentrating system dependencies into a single place
  (PackedString vs. Data.PackedString only for now)
  
  Revision  Changes    Path
  1.24      +1 -1      nhc98/src/compiler98/Case.hs
  1.6       +1 -1      nhc98/src/compiler98/CaseLib.hs
  1.8       +1 -1      nhc98/src/compiler98/Export.hs
  1.7       +1 -1      nhc98/src/compiler98/FFITrans.hs
  1.8       +1 -1      nhc98/src/compiler98/Fixity.hs
  1.30      +1 -1      nhc98/src/compiler98/Foreign.hs
  1.11      +1 -1      nhc98/src/compiler98/GcodeFix.hs
  1.17      +1 -1      nhc98/src/compiler98/IExtract.hs
  1.12      +1 -1      nhc98/src/compiler98/Import.hs
  1.8       +1 -1      nhc98/src/compiler98/ImportState.hs
  1.22      +1 -1      nhc98/src/compiler98/Info.hs
  1.12      +1 -1      nhc98/src/compiler98/IntState.hs
  1.6       +1 -1      nhc98/src/compiler98/LexLow.hs
  1.9       +1 -1      nhc98/src/compiler98/LexPre.hs
  1.5       +1 -1      nhc98/src/compiler98/Lexical.hs
  1.15      +1 -1      nhc98/src/compiler98/MainNew.hs
  1.35      +1 -1      nhc98/src/compiler98/Makefile
  1.26      +1 -1      nhc98/src/compiler98/Need.hs
  1.3       +1 -1      nhc98/src/compiler98/Nice.hs
  1.20      +1 -1      nhc98/src/compiler98/Parse2.hs
  1.3       +1 -1      nhc98/src/compiler98/ParseLib.hs
  1.25      +1 -1      nhc98/src/compiler98/PreImport.hs
  1.30      +1 -1      nhc98/src/compiler98/PrettySyntax.hs
  1.8       +1 -1      nhc98/src/compiler98/PrimCode.hs
  1.31      +1 -1      nhc98/src/compiler98/Rename.hs
  1.27      +1 -1      nhc98/src/compiler98/RenameLib.hs
  1.6       +1 -1      nhc98/src/compiler98/ReportImports.hs
  1.7       +1 -1      nhc98/src/compiler98/RmClasses.hs
  1.4       +1 -1      nhc98/src/compiler98/STGArity.hs
  1.34      +1 -1      nhc98/src/compiler98/Syntax.hs
  1.37      +1 -1      nhc98/src/compiler98/TokenId.hs
  1.15      +1 -1      nhc98/src/compiler98/Type.hs
  1.10      +1 -1      nhc98/src/compiler98/TypeUnify.hs
  1.3       +1 -1      nhc98/src/compiler98/TypeUtil.hs


More information about the Cvs-nhc98 mailing list