summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-01 22:58:47 +0000
committerIan Lynagh <igloo@earth.li>2008-08-01 22:58:47 +0000
commitafab0ec008f38d7a98a246bab8047192a8045728 (patch)
tree50ae625202cec481ece3e91ea197f291f7da25a2
parent81b785a12ac861226fffc33e4966d5534aa35a3a (diff)
downloadhaskell-afab0ec008f38d7a98a246bab8047192a8045728.tar.gz
Remove unused imports in Control.Exception
-rw-r--r--libraries/base/Control/Exception.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Control/Exception.hs b/libraries/base/Control/Exception.hs
index 7dddc45f96..540921169d 100644
--- a/libraries/base/Control/Exception.hs
+++ b/libraries/base/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__