Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-new-flavor
http://hackage.haskell.org/trac/ghc/changeset/b3f6a8b61f666034eb9e971b0cb8dfe93a5d7940 >--------------------------------------------------------------- commit b3f6a8b61f666034eb9e971b0cb8dfe93a5d7940 Merge: 6785820... 270b7ce... Author: Dimitrios.Vytiniotis <[email protected]> Date: Mon Apr 2 10:38:36 2012 +0100 Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor compiler/basicTypes/RdrName.lhs | 2 +- compiler/coreSyn/CoreUtils.lhs | 17 ++- compiler/deSugar/DsMeta.hs | 84 ++++++--- compiler/ghc.cabal.in | 36 +--- compiler/main/Packages.lhs | 265 ++++++++++++++--------------- compiler/rename/RnSource.lhs | 10 +- compiler/simplCore/OccurAnal.lhs | 111 +++++++++++- compiler/simplCore/SimplUtils.lhs | 1 + compiler/simplCore/Simplify.lhs | 1 + compiler/typecheck/TcEnv.lhs | 28 ++-- compiler/typecheck/TcSplice.lhs | 4 +- compiler/types/Unify.lhs | 6 + docs/users_guide/flags.xml | 6 + docs/users_guide/glasgow_exts.xml | 51 ++++++- ghc/InteractiveUI.hs | 3 +- mk/config.mk.in | 2 +- rts/Linker.c | 345 ++++++++++++++++++++++++++++++++++++- rts/LinkerInternals.h | 6 +- 18 files changed, 738 insertions(+), 240 deletions(-) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
