X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FDirectory.hs;h=d37a364b0835db84959e85b9c953d56acfd8846b;hb=e1399bdcde01f55824973b556f60eecbe4dc2250;hp=00aa07a290522a2a1b91527858023376d9c14f59;hpb=4ea71f2a9ade50ca74a091338948ef02c4e23d6d;p=ghc-base.git diff --git a/System/Directory.hs b/System/Directory.hs index 00aa07a..d37a364 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -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