Remove the now-unused GHC/TopHandler.lhs-boot
authorIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:21:05 +0000 (21:21 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:21:05 +0000 (21:21 +0000)
GHC/TopHandler.lhs-boot [deleted file]

diff --git a/GHC/TopHandler.lhs-boot b/GHC/TopHandler.lhs-boot
deleted file mode 100644 (file)
index 8a5304b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-\begin{code}
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-module GHC.TopHandler ( reportError, reportStackOverflow ) where
-
-import GHC.IOBase (IO)
-import Control.Exception (SomeException)
-
-reportError :: SomeException -> IO a
-reportStackOverflow :: IO a
-\end{code}