[project @ 2005-02-01 10:12:16 by krasimir]
[ghc-base.git] / System / Posix / Types.hs
index f87614f..f24fed1 100644 (file)
@@ -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)