X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;h=22bae5c187b3d59b44886b4eef40b1c087b9201d;hb=41e8fba828acbae1751628af50849f5352b27873;hp=e30a2baf214d18657f149b7c0d3a0da678225bcc;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index e30a2ba..22bae5c 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -1,7 +1,12 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP + , NoImplicitPrelude + , MagicHash + , GeneralizedNewtypeDeriving + #-} {-# 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