simonpj     2002/07/08 08:21:25 PDT

  Modified files:        (Branch: meta-haskell-branch)
    ghc/compiler         Makefile count_lines 
    ghc/compiler/basicTypes IdInfo.lhs MkId.lhs 
    ghc/compiler/deSugar DsExpr.lhs DsForeign.lhs DsMeta.hs 
    ghc/compiler/ghci    ByteCodeFFI.lhs InteractiveUI.hs 
    ghc/compiler/main    CmdLineOpts.lhs DriverFlags.hs 
                         DriverPhases.hs DriverPipeline.hs Main.hs 
    ghc/compiler/prelude PrelNames.lhs primops.txt.pp 
    ghc/compiler/rename  RnEnv.lhs RnExpr.lhs RnMonad.lhs 
    ghc/compiler/typecheck TcExpr.lhs TcMatches.lhs TcModule.lhs 
    ghc/compiler/utils   Pretty.lhs 
    ghc/docs/users_guide Makefile glasgow_exts.sgml 
                         primitives.sgml separate_compilation.sgml 
                         users_guide.sgml using.sgml utils.sgml 
    ghc/rts              Linker.c 
    libraries            Makefile 
    libraries/haskell-src Makefile 
  Added files:           (Branch: meta-haskell-branch)
    ghc/docs/users_guide 5-04-notes.sgml 
  Log:
  Update to meta-haskell-merge5
  
  Revision  Changes    Path
  1.216.2.6 +7 -3      fptools/ghc/compiler/Makefile
  1.3.6.2   +1 -1      fptools/ghc/compiler/count_lines
  1.100.2.4 +5 -4      fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.95.2.6  +13 -4     fptools/ghc/compiler/basicTypes/MkId.lhs
  1.84.2.7  +11 -5     fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.66.2.5  +11 -3     fptools/ghc/compiler/deSugar/DsForeign.lhs
  1.1.2.7   +4 -1      fptools/ghc/compiler/deSugar/Attic/DsMeta.hs
  1.10.2.3  +97 -0     fptools/ghc/compiler/ghci/ByteCodeFFI.lhs
  1.121.2.7 +50 -5     fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.164.2.2 +0 -1      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.92.2.4  +4 -4      fptools/ghc/compiler/main/DriverFlags.hs
  1.19.2.1  +8 -2      fptools/ghc/compiler/main/DriverPhases.hs
  1.129.2.8 +2 -10     fptools/ghc/compiler/main/DriverPipeline.hs
  1.104.2.4 +5 -7      fptools/ghc/compiler/main/Main.hs
  1.53.2.14 +2 -2      fptools/ghc/compiler/prelude/PrelNames.lhs
  1.18.2.3  +2 -2      fptools/ghc/compiler/prelude/primops.txt.pp
  1.147.2.11 +3 -3      fptools/ghc/compiler/rename/RnEnv.lhs
  1.89.2.9  +9 -3      fptools/ghc/compiler/rename/RnExpr.lhs
  1.132.2.10 +7 -0      fptools/ghc/compiler/rename/RnMonad.lhs
  1.120.2.10 +7 -0      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.63.2.3  +1 -1      fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.136.2.12 +8 -8      fptools/ghc/compiler/typecheck/TcModule.lhs
  1.19.2.2  +2 -0      fptools/ghc/compiler/utils/Pretty.lhs
  1.11.22.1 +1 -0      fptools/ghc/docs/users_guide/Makefile
  1.58.2.4  +82 -80    fptools/ghc/docs/users_guide/glasgow_exts.sgml
  1.5.2.2   +3 -3      fptools/ghc/docs/users_guide/primitives.sgml
  1.8.6.2   +37 -0     fptools/ghc/docs/users_guide/separate_compilation.sgml
  1.7.20.1  +1 -1      fptools/ghc/docs/users_guide/users_guide.sgml
  1.52.6.2  +6 -0      fptools/ghc/docs/users_guide/using.sgml
  1.22.6.2  +4 -3      fptools/ghc/docs/users_guide/utils.sgml
  1.88.2.3  +1 -2      fptools/ghc/rts/Linker.c
  1.4.2.4   +2 -3      fptools/libraries/Makefile
  1.6.2.2   +0 -0      fptools/libraries/haskell-src/Makefile
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to