X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FPosix%2FTypes.hs;h=f24fed150b9e86c16856aa3e7bb88656110c46d4;hb=5a9cb2b0866a8145a7d0034454d0fc1109bcbc4a;hp=f87614f5a852cab1ea388049d6cfd4870c44d837;hpb=3bc707020c8d0f7a11b652c38d33f1d9c87d3ae7;p=ghc-base.git diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index f87614f..f24fed1 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : System.Posix.Types @@ -14,7 +14,7 @@ -- ----------------------------------------------------------------------------- -#include "ghcconfig.h" +#include "HsBaseConfig.h" module System.Posix.Types ( @@ -101,7 +101,6 @@ import GHC.Show import Control.Monad #endif -#include "Typeable.h" #include "CTypes.h" #if defined(HTYPE_DEV_T)