fix hTell behaviour with Unicode Handles
[ghc-base.git] / GHC / Pack.lhs
index 47e602b..f3e9609 100644 (file)
@@ -35,10 +35,8 @@ module GHC.Pack
         where
 
 import GHC.Base
-import GHC.Err ( error )
 import GHC.List ( length )
 import GHC.ST
-import GHC.Num
 import GHC.Ptr
 
 data ByteArray ix              = ByteArray        ix ix ByteArray#