Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branches: development,master

http://hackage.haskell.org/trac/ghc/changeset/73a6ed218c59fb778da9b830db1283e005ff2245

>---------------------------------------------------------------

commit 73a6ed218c59fb778da9b830db1283e005ff2245
Author: David Waern <[email protected]>
Date:   Sat Oct 1 01:34:10 2011 +0200

    Use printException instead of deprecated printExceptionAndWarnings

>---------------------------------------------------------------

 src/Main.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Main.hs b/src/Main.hs
index b49fc6e..f21bde5 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -157,7 +157,7 @@ readPackagesAndProcessModules flags files = do
 
   -- Catches all GHC source errors, then prints and re-throws them.
   let handleSrcErrors action' = flip handleSourceError action' $ \err -> do
-        printExceptionAndWarnings err
+        printException err
         liftIO exitFailure
 
   -- Initialize GHC.



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to