From 980025a601d27a480f2b1072ac01ced1dfcbc430 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 12 Mar 2001 14:59:32 +0000 Subject: [PATCH] [project @ 2001-03-12 14:59:32 by sewardj] Fix overenthusiatic import GCing, I presume. --- ghc/compiler/main/CodeOutput.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/main/CodeOutput.lhs b/ghc/compiler/main/CodeOutput.lhs index 32d1f5c..1e33654 100644 --- a/ghc/compiler/main/CodeOutput.lhs +++ b/ghc/compiler/main/CodeOutput.lhs @@ -9,6 +9,7 @@ module CodeOutput( codeOutput ) where #include "HsVersions.h" #ifndef OMIT_NATIVE_CODEGEN +import UniqSupply ( mkSplitUniqSupply ) import AsmCodeGen ( nativeCodeGen ) #endif -- 1.7.10.4