[project @ 2001-03-12 14:59:32 by sewardj]
authorsewardj <unknown>
Mon, 12 Mar 2001 14:59:32 +0000 (14:59 +0000)
committersewardj <unknown>
Mon, 12 Mar 2001 14:59:32 +0000 (14:59 +0000)
Fix overenthusiatic import GCing, I presume.

ghc/compiler/main/CodeOutput.lhs

index 32d1f5c..1e33654 100644 (file)
@@ -9,6 +9,7 @@ module CodeOutput( codeOutput ) where
 #include "HsVersions.h"
 
 #ifndef OMIT_NATIVE_CODEGEN
+import UniqSupply      ( mkSplitUniqSupply )
 import AsmCodeGen      ( nativeCodeGen )
 #endif