From 4507fb33484ee4858b2adc29c5f0989f50f5c17d Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 11 Dec 2000 18:40:28 +0000 Subject: [PATCH] [project @ 2000-12-11 18:40:28 by sewardj] import wibble --- ghc/compiler/main/HscMain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index 07f717a..204ebfa 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -18,7 +18,7 @@ import Rename ( renameExpr ) import CoreToStg ( coreExprToStg ) import StringBuffer ( stringToStringBuffer, freeStringBuffer ) import Unique ( Uniquable(..) ) -import Type ( splitTyConApp_maybe ) +import Type ( Type, splitTyConApp_maybe ) import PrelNames ( ioTyConKey ) import ByteCodeGen ( byteCodeGen ) #endif -- 1.7.10.4