From: simonmar Date: Wed, 26 Jan 2005 15:40:37 +0000 (+0000) Subject: [project @ 2005-01-26 15:40:37 by simonmar] X-Git-Tag: nhc98-1-18-release~70 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=22407dfcc18a7d202d46b89f247b42e1750c9d95;p=ghc-base.git [project @ 2005-01-26 15:40:37 by simonmar] remove System.FilePath; add System.Directory.Internals. --- diff --git a/base.cabal b/base.cabal index 439e9a2..42fb3eb 100644 --- a/base.cabal +++ b/base.cabal @@ -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, diff --git a/package.conf.in b/package.conf.in index df4b3db..8d75ce2 100644 --- a/package.conf.in +++ b/package.conf.in @@ -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,