summaryrefslogtreecommitdiff
path: root/libraries/base/System/Exit.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-20 23:39:58 +0000
committerIan Lynagh <igloo@earth.li>2008-08-20 23:39:58 +0000
commit18328c7c49369cf61e70ab3d7dac48816de28384 (patch)
treec92575b66c673cfb4814edf6dd2cd65ad839ca29 /libraries/base/System/Exit.hs
parentf050ec47c4291d7d1a85c9b5e78f6bf8639c47c0 (diff)
downloadhaskell-18328c7c49369cf61e70ab3d7dac48816de28384.tar.gz
Fix more warnings
Diffstat (limited to 'libraries/base/System/Exit.hs')
-rw-r--r--libraries/base/System/Exit.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/System/Exit.hs b/libraries/base/System/Exit.hs
index f11a07147c..e211ca5851 100644
--- a/libraries/base/System/Exit.hs
+++ b/libraries/base/System/Exit.hs
@@ -23,7 +23,6 @@ module System.Exit
import Prelude
#ifdef __GLASGOW_HASKELL__
-import GHC.Exception
import GHC.IOBase
#endif