Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/6c75c22ae3b616c1a88f76e17a3b50b8c11f7b03 >--------------------------------------------------------------- commit 6c75c22ae3b616c1a88f76e17a3b50b8c11f7b03 Author: David Terei <[email protected]> Date: Wed Jun 29 17:33:07 2011 -0700 SafeHaskell: Fix trust check for when safe module imports trustworthy module in the same package. compiler/deSugar/Desugar.lhs | 3 +- compiler/iface/BinIface.hs | 8 ++++- compiler/iface/LoadIface.lhs | 4 ++ compiler/iface/MkIface.lhs | 52 ++++++++++++++++++-------------- compiler/main/HscMain.lhs | 12 ++++--- compiler/main/HscTypes.lhs | 17 +++++++++-- compiler/rename/RnNames.lhs | 25 ++++++++++++---- compiler/typecheck/TcRnDriver.lhs | 3 +- compiler/typecheck/TcRnTypes.lhs | 58 +++++++++++++++++++++++-------------- 9 files changed, 119 insertions(+), 63 deletions(-) Diff suppressed because of size. To see it, use: git show 6c75c22ae3b616c1a88f76e17a3b50b8c11f7b03 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
