X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FStorable.lhs;h=de7cf675ecfd98a24010df2ff769a46756db1b16;hb=5e70ec8f27f4f62d9f1137e931b4d64d37eb221e;hp=3a53f4bc402deeb93f4b78a7e7945f070464dcaa;hpb=3b0f456ee8100f19177ac0a1f67f9572974f7444;p=haskell-directory.git diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 3a53f4b..de7cf67 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -50,10 +50,9 @@ module GHC.Storable , writeWord64OffPtr ) where -import GHC.Stable ( StablePtr ) +import GHC.Stable ( StablePtr(..) ) import GHC.Int import GHC.Word -import GHC.Stable import GHC.Ptr import GHC.Float import GHC.IOBase