From fdbccbe9636874cdec54aea72610de168f4c8f3c Mon Sep 17 00:00:00 2001 From: krc Date: Wed, 20 Aug 2003 20:51:15 +0000 Subject: [PATCH] [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(-) diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 5e9e7e5..9a24fc0 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} -- 1.7.10.4