diff options
author | simonmar <unknown> | 2000-05-24 16:04:38 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-05-24 16:04:38 +0000 |
commit | efdcccf6b431cbc54a1c4da33bb1ac80c579bea4 (patch) | |
tree | e02429e6c4f701012df135e7db3b5f29a4ed27d1 | |
parent | 95929be07d802527e15124d8d93c2b7ae5de4dd6 (diff) | |
download | haskell-efdcccf6b431cbc54a1c4da33bb1ac80c579bea4.tar.gz |
[project @ 2000-05-24 16:04:38 by simonmar]
Fix compilation errors when OMIT_NATIVE_CODEGEN is on.
-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 37a46aaa8c..18b538b168 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -32,7 +32,7 @@ import CmdLineOpts import Maybes ( maybeToBool ) import ErrUtils ( doIfSet, dumpIfSet ) import Outputable -import IO ( IOMode(..), hPutStr, hClose, openFile ) +import IO \end{code} |