From: sof Date: Tue, 4 Dec 2001 08:16:41 +0000 (+0000) Subject: [project @ 2001-12-04 08:16:41 by sof] X-Git-Tag: Approximately_9120_patches~474 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4e025e1250f43635de0617b68a661ef2982d1b1d;p=ghc-hetmet.git [project @ 2001-12-04 08:16:41 by sof] make it compile --- diff --git a/ghc/compiler/ilxGen/IlxGen.lhs b/ghc/compiler/ilxGen/IlxGen.lhs index 6648889..f1b45b0 100644 --- a/ghc/compiler/ilxGen/IlxGen.lhs +++ b/ghc/compiler/ilxGen/IlxGen.lhs @@ -53,6 +53,8 @@ import TysPrim ( foreignObjPrimTyCon, weakPrimTyCon, byteArrayPrimTyCon, mutabl -- One day this will be configured by the command line. import CmdLineOpts ( opt_InPackage, opt_SimplDoEtaReduction ) +import Util ( lengthIs, equalLength ) + \end{code}