[project @ 2003-04-17 15:23:37 by simonpj]
[ghc-base.git] / System / Directory.hs
index 00aa07a..d37a364 100644 (file)
@@ -72,7 +72,7 @@ import Foreign
 import Foreign.C
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Posix
+import System.Posix.Internals
 import GHC.IOBase      ( IOException(..), IOErrorType(..), ioException )
 #endif