Make the macros in Typeable.h add type signatures
[ghc-base.git] / Foreign / Ptr.hs
index f57e1ac..7c83326 100644 (file)
@@ -67,7 +67,7 @@ import Foreign.C.Types
 #endif
 
 import Data.Bits
-import Data.Typeable    ( Typeable(..), mkTyCon, mkTyConApp )
+import Data.Typeable
 import Foreign.Storable ( Storable(..) )
 
 #ifdef __NHC__