[commit: ghc] master: Fix warning in GhciMonad. (3e8b37d)

David Terei davidterei at gmail.com
Thu Jan 26 10:50:08 CET 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3e8b37d1282a7e04d6726892015a8a99bd3efb5b

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

commit 3e8b37d1282a7e04d6726892015a8a99bd3efb5b
Author: David Terei <davidterei at gmail.com>
Date:   Thu Jan 26 01:49:44 2012 -0800

    Fix warning in GhciMonad.

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

 ghc/GhciMonad.hs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs
index 263871b..f1767c3 100644
--- a/ghc/GhciMonad.hs
+++ b/ghc/GhciMonad.hs
@@ -21,7 +21,8 @@ module GhciMonad (
         runStmt, runDecls, resume, timeIt, recordBreak, revertCAFs,
 
         printForUser, printForUserPartWay, prettyLocations,
-        initInterpBuffering, turnOffBuffering, flushInterpBuffers
+        initInterpBuffering, turnOffBuffering, flushInterpBuffers,
+        ghciHandleGhcException,
     ) where
 
 #include "HsVersions.h"





More information about the Cvs-ghc mailing list