hGetContents: close the handle properly on error
[ghc-base.git] / GHC / Weak.lhs
index 23a3b01..4897123 100644 (file)
@@ -20,7 +20,6 @@ module GHC.Weak where
 
 import GHC.Base
 import Data.Maybe
-import GHC.IO          ( unIO )
 import Data.Typeable
 
 {-|