Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f971e75e66fc549e52a0a3d7ed1e6ba0109e6697 >--------------------------------------------------------------- commit f971e75e66fc549e52a0a3d7ed1e6ba0109e6697 Merge: bb2f56a... 431e804... Author: Simon Peyton Jones <simo...@microsoft.com> Date: Wed Dec 5 11:18:26 2012 +0000 Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc .gitignore | 1 - .gitmodules | 3 + boot | 43 ---- compiler/basicTypes/DataCon.lhs | 8 +- compiler/cmm/CmmPipeline.hs | 19 ++- compiler/coreSyn/CoreLint.lhs | 55 ++++- compiler/coreSyn/CoreSyn.lhs | 20 ++ compiler/ghc.cabal.in | 2 +- compiler/ghc.mk | 3 + compiler/ghci/ByteCodeGen.lhs | 2 +- compiler/ghci/ByteCodeLink.lhs | 2 +- compiler/ghci/LibFFI.hsc | 34 +-- compiler/ghci/Linker.lhs | 26 +- compiler/iface/BinIface.hs | 2 +- compiler/iface/IfaceSyn.lhs | 2 +- compiler/iface/LoadIface.lhs | 2 +- compiler/iface/MkIface.lhs | 2 +- compiler/main/DriverMkDepend.hs | 4 +- compiler/main/DriverPipeline.hs | 6 +- compiler/main/DynFlags.hs | 8 +- compiler/main/GHC.hs | 2 +- compiler/main/GhcMake.hs | 19 +- compiler/main/InteractiveEval.hs | 20 +- compiler/main/Packages.lhs | 12 +- compiler/main/StaticFlagParser.hs | 6 +- compiler/main/StaticFlags.hs | 2 +- compiler/main/SysTools.lhs | 8 +- compiler/parser/Parser.y.pp | 1 + compiler/prelude/TysPrim.lhs | 2 + compiler/rename/RnNames.lhs | 40 +++- compiler/typecheck/TcType.lhs | 3 +- compiler/types/Coercion.lhs | 4 + compiler/types/Kind.lhs | 11 +- compiler/types/TyCon.lhs | 12 +- compiler/types/Type.lhs | 12 +- compiler/types/TypeRep.lhs | 3 + compiler/utils/Panic.lhs | 6 +- configure.ac | 67 +++++- docs/core-spec/.gitignore | 5 + docs/core-spec/CoreLint.ott | 400 ++++++++++++++++++++++++++++++++ docs/core-spec/CoreSyn.ott | 283 ++++++++++++++++++++++ docs/core-spec/Makefile | 17 ++ docs/core-spec/README | 83 +++++++ docs/core-spec/core-spec.mng | 306 ++++++++++++++++++++++++ docs/core-spec/core-spec.pdf | Bin 0 -> 303537 bytes ghc.mk | 3 +- ghc/GhciTags.hs | 8 +- ghc/InteractiveUI.hs | 68 +++--- ghc/Main.hs | 18 +- ghc/ghc-bin.cabal.in | 2 +- libraries/Cabal | 2 +- libraries/haskeline | 2 +- libraries/tarballs/time-1.4.0.1.tar.gz | Bin 87466 -> 0 bytes libraries/time | 1 + mk/config.mk.in | 8 +- packages | 24 +- rts/ghc.mk | 53 ++++- rts/package.conf.in | 3 + rts/posix/OSThreads.c | 3 +- sync-all | 40 +++- utils/ghc-pkg/Main.hs | 11 +- utils/ghc-pkg/ghc-pkg.cabal | 2 +- utils/runghc/runghc.cabal.in | 2 +- 63 files changed, 1566 insertions(+), 252 deletions(-) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc