avoid Foreign.unsafePerformIO
[ghc-base.git] / GHC / Weak.lhs
index 8608727..4897123 100644 (file)
@@ -20,7 +20,6 @@ module GHC.Weak where
 
 import GHC.Base
 import Data.Maybe
-import GHC.IO          ( IO(..), unIO )
 import Data.Typeable
 
 {-|