Don't use "deriving Typeable" (for portability reasons)
[ghc-base.git] / System / IO.hs
index a47e7bd..93166b9 100644 (file)
@@ -161,6 +161,8 @@ module System.IO (
     openBinaryTempFile,
   ) where
 
+import Control.Exception hiding (bracket)
+
 #ifndef __NHC__
 import Data.Bits
 import Data.List