Remove Data.FiniteMap, add Control.Applicative, Data.Traversable, and
[haskell-directory.git] / System / Posix / Internals.hs
index 02fec17..711a880 100644 (file)
@@ -8,7 +8,7 @@
 -- 
 -- Maintainer  :  cvs-ghc@haskell.org
 -- Stability   :  internal
--- Portability :  non-portable
+-- Portability :  non-portable (requires POSIX)
 --
 -- POSIX support layer for the standard libraries.
 -- This library is built on *every* platform, including Win32.
@@ -21,7 +21,6 @@
 -- #hide
 module System.Posix.Internals where
 
-#include "ghcconfig.h"
 #include "HsBaseConfig.h"
 
 import Control.Monad