simonpj     2002/07/02 09:41:04 PDT

  Modified files:        (Branch: meta-haskell-branch)
    ghc/compiler/basicTypes Module.lhs 
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/ghci    ByteCodeGen.lhs ByteCodeLink.lhs 
                         InteractiveUI.hs 
    ghc/compiler/hsSyn   HsPat.lhs 
    ghc/compiler/main    DriverPipeline.hs Finder.lhs HscMain.lhs 
                         HscTypes.lhs 
    ghc/compiler/rename  RnHiFiles.lhs RnIfaces.lhs RnMonad.lhs 
  Added files:           (Branch: meta-haskell-branch)
    ghc/compiler/ghci    ByteCodeAsm.lhs 
  Removed files:         (Branch: meta-haskell-branch)
    ghc/compiler/compMan CmLink.lhs CmTypes.lhs 
  Log:
      -------------------------------------------
      Structural changes for Template Haskell
        mainly relating to the linker
      -------------------------------------------
  
  Warning: this is an intermediate commit; doesn't even compile.
  
                Don't update!
  
  (but this is the meta-haskell branch; the HEAD is fine)
  
  Revision  Changes    Path
  1.51.2.2  +43 -0     fptools/ghc/compiler/basicTypes/Module.lhs
  1.109.2.7 +99 -58    fptools/ghc/compiler/compMan/CompManager.lhs
  1.75.2.4  +10 -11    fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.36.2.3  +142 -439  fptools/ghc/compiler/ghci/ByteCodeLink.lhs
  1.121.2.4 +5 -7      fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.35.4.6  +0 -1      fptools/ghc/compiler/hsSyn/HsPat.lhs
  1.129.2.4 +274 -191  fptools/ghc/compiler/main/DriverPipeline.hs
  1.55.2.1  +3 -2      fptools/ghc/compiler/main/Finder.lhs
  1.156.2.10 +27 -11    fptools/ghc/compiler/main/HscMain.lhs
  1.91.2.6  +78 -47    fptools/ghc/compiler/main/HscTypes.lhs
  1.64.2.5  +5 -3      fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.152.2.5 +1 -1      fptools/ghc/compiler/rename/RnIfaces.lhs
  1.132.2.8 +24 -14    fptools/ghc/compiler/rename/RnMonad.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to