simonpj     2002/07/08 01:08:56 PDT

  Modified files:        (Branch: meta-haskell-branch)
    ghc/compiler         Makefile 
    ghc/compiler/basicTypes IdInfo.lhs 
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/deSugar DsBinds.lhs DsExpr.lhs DsMeta.hs 
                         MatchLit.lhs 
    ghc/compiler/ghci    ByteCodeAsm.lhs ByteCodeFFI.lhs 
                         ByteCodeGen.lhs ByteCodeItbls.lhs 
                         ByteCodeLink.lhs InteractiveUI.hs 
    ghc/compiler/hsSyn   HsPat.lhs 
    ghc/compiler/main    HscMain.lhs 
    ghc/compiler/prelude PrelNames.lhs PrelRules.lhs 
    ghc/compiler/rename  RnEnv.lhs 
    ghc/compiler/typecheck TcEnv.lhs TcExpr.lhs TcMatches.lhs 
                           TcModule.lhs TcMonad.lhs 
  Added files:           (Branch: meta-haskell-branch)
    ghc/compiler/hsSyn   Convert.lhs 
  Removed files:         (Branch: meta-haskell-branch)
    ghc/compiler/meta    Convert.hs Meta.hs 
    ghc/compiler/typecheck TcMeta.lhs 
  Log:
  Nearly works now
  
  Revision  Changes    Path
  1.216.2.5 +3 -3      fptools/ghc/compiler/Makefile
  1.100.2.3 +2 -2      fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.109.2.11 +20 -32    fptools/ghc/compiler/compMan/CompManager.lhs
  1.48.8.1  +3 -3      fptools/ghc/compiler/deSugar/DsBinds.lhs
  1.84.2.6  +15 -66    fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.1.2.6   +41 -48    fptools/ghc/compiler/deSugar/Attic/DsMeta.hs
  1.30.12.2 +71 -6     fptools/ghc/compiler/deSugar/MatchLit.lhs
  1.1.2.4   +4 -22     fptools/ghc/compiler/ghci/Attic/ByteCodeAsm.lhs
  1.10.2.2  +4 -4      fptools/ghc/compiler/ghci/ByteCodeFFI.lhs
  1.75.2.7  +1 -1      fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.9.2.5   +0 -2      fptools/ghc/compiler/ghci/ByteCodeItbls.lhs
  1.36.2.7  +5 -17     fptools/ghc/compiler/ghci/ByteCodeLink.lhs
  1.121.2.6 +4 -7      fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.35.4.7  +1 -2      fptools/ghc/compiler/hsSyn/HsPat.lhs
  1.156.2.14 +8 -7      fptools/ghc/compiler/main/HscMain.lhs
  1.53.2.13 +54 -44    fptools/ghc/compiler/prelude/PrelNames.lhs
  1.32.2.3  +1 -1      fptools/ghc/compiler/prelude/PrelRules.lhs
  1.147.2.10 +5 -12     fptools/ghc/compiler/rename/RnEnv.lhs
  1.108.2.10 +15 -1     fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.120.2.9 +185 -151  fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.63.2.2  +54 -7     fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.136.2.11 +1 -1      fptools/ghc/compiler/typecheck/TcModule.lhs
  1.78.2.9  +19 -1     fptools/ghc/compiler/typecheck/TcMonad.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to