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:
fd91237
)
Remove unused imports in Control.Exception
author
Ian Lynagh
<igloo@earth.li>
Fri, 1 Aug 2008 22:58:47 +0000
(22:58 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Fri, 1 Aug 2008 22:58:47 +0000
(22:58 +0000)
Control/Exception.hs
patch
|
blob
|
history
diff --git
a/Control/Exception.hs
b/Control/Exception.hs
index
7dddc45
..
5409211
100644
(file)
--- a/
Control/Exception.hs
+++ b/
Control/Exception.hs
@@
-130,12
+130,10
@@
module Control.Exception (
import GHC.Base
import GHC.IOBase
import GHC.List
-import GHC.Num
import GHC.Show
import GHC.IOBase as ExceptionBase
import GHC.Exception hiding ( Exception )
import GHC.Conc ( ThreadId(ThreadId) )
-import Foreign.C.String ( CString, withCString )
#endif
#ifdef __HUGS__