diff options
author | krc <unknown> | 2003-08-20 20:51:15 +0000 |
---|---|---|
committer | krc <unknown> | 2003-08-20 20:51:15 +0000 |
commit | fdbccbe9636874cdec54aea72610de168f4c8f3c (patch) | |
tree | 6fc59340043f67254bb88759b5782aa6bce31579 /ghc/compiler/main/CodeOutput.lhs | |
parent | 867d096a2d598791d13d85c20bf37d0f4174a667 (diff) | |
download | haskell-fdbccbe9636874cdec54aea72610de168f4c8f3c.tar.gz |
[project @ 2003-08-20 20:51:15 by krc]
Oops. Should import Directory instead of System.Directory.
Diffstat (limited to 'ghc/compiler/main/CodeOutput.lhs')
-rw-r--r-- | ghc/compiler/main/CodeOutput.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
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} |