[project @ 2000-05-24 16:04:38 by simonmar]
authorsimonmar <unknown>
Wed, 24 May 2000 16:04:38 +0000 (16:04 +0000)
committersimonmar <unknown>
Wed, 24 May 2000 16:04:38 +0000 (16:04 +0000)
Fix compilation errors when OMIT_NATIVE_CODEGEN is on.

ghc/compiler/main/CodeOutput.lhs

index 37a46aa..18b538b 100644 (file)
@@ -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}