summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2012-01-26 01:49:44 -0800
committerDavid Terei <davidterei@gmail.com>2012-01-26 01:49:44 -0800
commit3e8b37d1282a7e04d6726892015a8a99bd3efb5b (patch)
treeb545afa388fefa0f30c234daeb48353015a3cb25 /ghc/GhciMonad.hs
parent9e238da6f0defe6397eb67603af868125fe5398f (diff)
downloadhaskell-3e8b37d1282a7e04d6726892015a8a99bd3efb5b.tar.gz
Fix warning in GhciMonad.
Diffstat (limited to 'ghc/GhciMonad.hs')
-rw-r--r--ghc/GhciMonad.hs3
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"