Remove unused imports from base
[ghc-base.git] / GHC / Weak.lhs
index 8608727..23a3b01 100644 (file)
@@ -20,7 +20,7 @@ module GHC.Weak where
 
 import GHC.Base
 import Data.Maybe
-import GHC.IO          ( IO(..), unIO )
+import GHC.IO          ( unIO )
 import Data.Typeable
 
 {-|