Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/da320fc4284946a5d378dbdfd4a4cb3a2ec33d9e >--------------------------------------------------------------- commit da320fc4284946a5d378dbdfd4a4cb3a2ec33d9e Author: David Terei <[email protected]> Date: Mon Apr 2 19:00:51 2012 -0700 Fix GHC API with respect to safe haskell. (#5989) This fixes haddock so it correctly reports the safe haskell mode of a module. compiler/deSugar/Desugar.lhs | 3 + compiler/iface/MkIface.lhs | 42 +++++++------- compiler/main/GHC.hs | 50 ++++++++++++----- compiler/main/HscMain.hs | 112 ++++++++++++++++++++---------------- compiler/main/HscTypes.lhs | 17 +----- compiler/typecheck/TcRnDriver.lhs | 48 ++++++++-------- compiler/typecheck/TcRnMonad.lhs | 9 +++ 7 files changed, 157 insertions(+), 124 deletions(-) Diff suppressed because of size. To see it, use: git show da320fc4284946a5d378dbdfd4a4cb3a2ec33d9e _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
