From: Ian Lynagh Date: Fri, 1 Aug 2008 21:21:05 +0000 (+0000) Subject: Remove the now-unused GHC/TopHandler.lhs-boot X-Git-Tag: 6_10_branch_has_been_forked~109 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e746656557c29fee770de7e58006bbf9e8c67fc6;p=ghc-base.git Remove the now-unused GHC/TopHandler.lhs-boot --- diff --git a/GHC/TopHandler.lhs-boot b/GHC/TopHandler.lhs-boot deleted file mode 100644 index 8a5304b..0000000 --- a/GHC/TopHandler.lhs-boot +++ /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}