From: sewardj Date: Mon, 11 Dec 2000 18:40:28 +0000 (+0000) Subject: [project @ 2000-12-11 18:40:28 by sewardj] X-Git-Tag: Approximately_9120_patches~3127 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4507fb33484ee4858b2adc29c5f0989f50f5c17d;p=ghc-hetmet.git [project @ 2000-12-11 18:40:28 by sewardj] import wibble --- 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