From: krc Date: Wed, 20 Aug 2003 20:51:15 +0000 (+0000) Subject: [project @ 2003-08-20 20:51:15 by krc] X-Git-Tag: Approx_11550_changesets_converted~531 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fdbccbe9636874cdec54aea72610de168f4c8f3c;p=ghc-hetmet.git [project @ 2003-08-20 20:51:15 by krc] Oops. Should import Directory instead of System.Directory. --- 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}