From 22407dfcc18a7d202d46b89f247b42e1750c9d95 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 26 Jan 2005 15:40:37 +0000 Subject: [PATCH] [project @ 2005-01-26 15:40:37 by simonmar] remove System.FilePath; add System.Directory.Internals. --- base.cabal | 2 +- package.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 1.7.10.4