Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / Control / Exception / Base.hs
index a5d72ce..a617917 100644 (file)
@@ -119,7 +119,7 @@ module Control.Exception.Base (
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
-import GHC.IO hiding (finally,onException)
+import GHC.IO hiding (bracket,finally,onException)
 import GHC.IO.Exception
 import GHC.Exception
 import GHC.Show