[project @ 2005-01-26 14:55:41 by simonmar]
[haskell-directory.git] / System / Directory.hs
index b3c09e1..e2fd121 100644 (file)
@@ -65,8 +65,8 @@ module System.Directory
     , getModificationTime       -- :: FilePath -> IO ClockTime
    ) where
 
+import System.Directory.Internals
 import System.Environment      ( getEnv )
-import System.FilePath
 import System.IO.Error
 import Control.Monad           ( when, unless )