diff options
author | David Terei <davidterei@gmail.com> | 2012-01-26 01:49:44 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-01-26 01:49:44 -0800 |
commit | 3e8b37d1282a7e04d6726892015a8a99bd3efb5b (patch) | |
tree | b545afa388fefa0f30c234daeb48353015a3cb25 /ghc | |
parent | 9e238da6f0defe6397eb67603af868125fe5398f (diff) | |
download | haskell-3e8b37d1282a7e04d6726892015a8a99bd3efb5b.tar.gz |
Fix warning in GhciMonad.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GhciMonad.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs index 263871b772..f1767c3ea5 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" |