diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-20 23:39:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-20 23:39:58 +0000 |
commit | 18328c7c49369cf61e70ab3d7dac48816de28384 (patch) | |
tree | c92575b66c673cfb4814edf6dd2cd65ad839ca29 /libraries/base/System/Exit.hs | |
parent | f050ec47c4291d7d1a85c9b5e78f6bf8639c47c0 (diff) | |
download | haskell-18328c7c49369cf61e70ab3d7dac48816de28384.tar.gz |
Fix more warnings
Diffstat (limited to 'libraries/base/System/Exit.hs')
-rw-r--r-- | libraries/base/System/Exit.hs | 1 |
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 |