From: simonmar Date: Wed, 24 May 2000 16:04:38 +0000 (+0000) Subject: [project @ 2000-05-24 16:04:38 by simonmar] X-Git-Tag: Approximately_9120_patches~4380 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=efdcccf6b431cbc54a1c4da33bb1ac80c579bea4;p=ghc-hetmet.git [project @ 2000-05-24 16:04:38 by simonmar] Fix compilation errors when OMIT_NATIVE_CODEGEN is on. --- diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 37a46aa..18b538b 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}