Remove non-directory stuff (of base), and rename package to "directory"
[haskell-directory.git] / Foreign / Storable.hs-boot
diff --git a/Foreign/Storable.hs-boot b/Foreign/Storable.hs-boot
deleted file mode 100644 (file)
index 35374b5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-{-# OPTIONS -fno-implicit-prelude #-}
-
-module Foreign.Storable where
-
-import GHC.Float
-import GHC.Int
-import GHC.Word
-
-class Storable a
-
-instance Storable Int8
-instance Storable Int16
-instance Storable Int32
-instance Storable Int64
-instance Storable Word8
-instance Storable Word16
-instance Storable Word32
-instance Storable Word64
-instance Storable Float
-instance Storable Double
-