Rewrite of the IO library, including Unicode support
[ghc-base.git] / Control / Exception.hs
index 9e7a4c9..6430c9a 100644 (file)
@@ -138,7 +138,7 @@ import Control.Exception.Base
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
-import GHC.IOBase
+import GHC.IO hiding ( onException, finally )
 import Data.Maybe
 #else
 import Prelude hiding (catch)