Repository : ssh://g...@git.haskell.org/ghc On branch : wip/T8322 Link : http://ghc.haskell.org/trac/ghc/changeset/478bcf93e823e4a5bed254a95e685d70656ebb2b/ghc
>--------------------------------------------------------------- commit 478bcf93e823e4a5bed254a95e685d70656ebb2b Author: Joachim Breitner <m...@joachim-breitner.de> Date: Tue Sep 17 23:37:02 2013 +0200 Attempt to load all modules before reporting errors Instead of reporting only one “module not found” error. This fixes #8322 >--------------------------------------------------------------- 478bcf93e823e4a5bed254a95e685d70656ebb2b compiler/main/GHC.hs | 6 ++-- compiler/main/GhcMake.hs | 74 +++++++++++++++++++++----------------- compiler/main/HscTypes.lhs | 5 ++- compiler/rename/RnNames.lhs | 4 +-- compiler/typecheck/TcRnMonad.lhs | 4 +++ 5 files changed, 55 insertions(+), 38 deletions(-) Diff suppressed because of size. To see it, use: git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 478bcf93e823e4a5bed254a95e685d70656ebb2b _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits