[project @ 2004-11-26 11:58:18 by simonmar]
[ghc-base.git] / System / FilePath.hs
index 317c7f4..a4f9689 100644 (file)
@@ -38,6 +38,8 @@ module System.FilePath
          , searchPathSeparator
          ) where
 
+import Prelude -- necessary to get dependencies right
+
 import Data.List(intersperse)
 
 --------------------------------------------------------------