[project @ 2002-09-29 20:24:00 by panne]
[ghc-base.git] / System / Posix / Types.hs
index ce88f2c..e35bb06 100644 (file)
@@ -10,7 +10,7 @@
 -- Portability :  non-portable (requires POSIX)
 --
 -- POSIX data types: Haskell equivalents of the types defined by the
--- @\<sys/types.h>@ C header on a POSIX system.
+-- @\<sys\/types.h>@ C header on a POSIX system.
 --
 -----------------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ module System.Posix.Types (
   CDev(..), CIno(..), CMode(..), COff(..), CPid(..), CSsize(..),
 
 #ifndef mingw32_TARGET_OS
-  CGid(..), CNlink(..), CSsize(..), CUid(..), CCc(..), CSpeed(..),
+  CGid(..), CNlink(..), CUid(..), CCc(..), CSpeed(..),
   CTcflag(..),
 #endif
 
@@ -58,6 +58,8 @@ import GHC.Real
 import GHC.Prim
 import GHC.Read
 import GHC.Show
+#else
+import Control.Monad
 #endif
 
 #include "Dynamic.h"