Rewrite of the IO library, including Unicode support
[ghc-base.git] / System / Exit.hs
index 1e74c1a..a344f7a 100644 (file)
@@ -23,7 +23,8 @@ module System.Exit
 import Prelude
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.IOBase
+import GHC.IO
+import GHC.IO.Exception
 #endif
 
 #ifdef __HUGS__