X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FPosix%2FTypes.hs;h=676feadc0572fa18044acc8ea9327858e3de63ec;hb=41e8fba828acbae1751628af50849f5352b27873;hp=bd286f4462cd25bb3aef6a8c9c975bb6173319da;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index bd286f4..676fead 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -1,5 +1,10 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP + , NoImplicitPrelude + , MagicHash + , GeneralizedNewtypeDeriving + #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} + ----------------------------------------------------------------------------- -- | -- Module : System.Posix.Types