[project @ 2005-01-26 15:40:37 by simonmar]
authorsimonmar <unknown>
Wed, 26 Jan 2005 15:40:37 +0000 (15:40 +0000)
committersimonmar <unknown>
Wed, 26 Jan 2005 15:40:37 +0000 (15:40 +0000)
remove System.FilePath; add System.Directory.Internals.

base.cabal
package.conf.in

index 439e9a2..42fb3eb 100644 (file)
@@ -94,9 +94,9 @@ exposed-modules:
        System.Console.GetOpt,
        System.CPUTime,
        System.Directory,
+       System.Directory.Internals,
        System.Environment,
        System.Exit,
-       System.FilePath,
        System.IO,
        System.IO.Error,
        System.IO.Unsafe,
index df4b3db..8d75ce2 100644 (file)
@@ -105,9 +105,9 @@ exposed-modules:
        System.Console.GetOpt,
        System.CPUTime,
        System.Directory,
+       System.Directory.Internals,
        System.Environment,
        System.Exit,
-       System.FilePath,
        System.IO,
        System.IO.Error,
        System.IO.Unsafe,