Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5a0b82706ba93969716addf0a179f8452f19247b >--------------------------------------------------------------- commit 5a0b82706ba93969716addf0a179f8452f19247b 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 | 43 +++++++-------- compiler/main/GHC.hs | 68 +++++++++++++++-------- compiler/main/HscMain.hs | 110 ++++++++++++++++++++---------------- compiler/main/HscTypes.lhs | 17 +----- compiler/typecheck/TcRnDriver.lhs | 26 +++++---- compiler/typecheck/TcRnMonad.lhs | 9 +++ 7 files changed, 154 insertions(+), 122 deletions(-) Diff suppressed because of size. To see it, use: git show 5a0b82706ba93969716addf0a179f8452f19247b _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
