projects
/
ghc-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507fb09
)
Remove the now-unused GHC/TopHandler.lhs-boot
author
Ian Lynagh
<igloo@earth.li>
Fri, 1 Aug 2008 21:21:05 +0000
(21:21 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Fri, 1 Aug 2008 21:21:05 +0000
(21:21 +0000)
GHC/TopHandler.lhs-boot
[deleted file]
patch
|
blob
|
history
diff --git
a/GHC/TopHandler.lhs-boot
b/GHC/TopHandler.lhs-boot
deleted file mode 100644
(file)
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}