Remove redundant imports, now that NoImplicitPrelude does not imply RebindableSyntax
[ghc-base.git] / GHC / Pack.lhs
index 47c10ec..f3e9609 100644 (file)
@@ -37,7 +37,6 @@ module GHC.Pack
 import GHC.Base
 import GHC.List ( length )
 import GHC.ST
-import GHC.Num
 import GHC.Ptr
 
 data ByteArray ix              = ByteArray        ix ix ByteArray#