Export topHandler, topHandlerFastExit from GHC.TopHandler
authorIan Lynagh <igloo@earth.li>
Sun, 20 Jan 2008 18:24:29 +0000 (18:24 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 20 Jan 2008 18:24:29 +0000 (18:24 +0000)
We now use one of these in ghc when running with ghc -e

GHC/TopHandler.lhs

index 41fd16c..8ff357a 100644 (file)
@@ -17,7 +17,9 @@
 
 -- #hide
 module GHC.TopHandler (
-   runMainIO, runIO, runIOFastExit, runNonIO, reportStackOverflow, reportError
+   runMainIO, runIO, runIOFastExit, runNonIO,
+   topHandler, topHandlerFastExit,
+   reportStackOverflow, reportError,
   ) where
 
 import Prelude