From fdbccbe9636874cdec54aea72610de168f4c8f3c Mon Sep 17 00:00:00 2001 From: krc Date: Wed, 20 Aug 2003 20:51:15 +0000 Subject: [project @ 2003-08-20 20:51:15 by krc] Oops. Should import Directory instead of System.Directory. --- ghc/compiler/main/CodeOutput.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghc/compiler/main/CodeOutput.lhs') diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 5e9e7e5bef..9a24fc07d2 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -37,7 +37,7 @@ import Pretty ( Mode(..), printDoc ) import Module ( Module ) import ListSetOps ( removeDupsEq ) -import System.Directory ( doesFileExist ) +import Directory ( doesFileExist ) import Monad ( when ) import IO \end{code} -- cgit v1.2.1