Pad version number to 4.0.0.0
[ghc-base.git] / Foreign / C / Types.hs
index c5c3745..5867d0c 100644 (file)
@@ -1,4 +1,7 @@
 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# OPTIONS_GHC -fno-warn-unused-binds #-}
+-- XXX -fno-warn-unused-binds stops us warning about unused constructors,
+-- but really we should just remove them if we don't want them
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  Foreign.C.Types