From 4e025e1250f43635de0617b68a661ef2982d1b1d Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 4 Dec 2001 08:16:41 +0000 Subject: [PATCH 1/1] [project @ 2001-12-04 08:16:41 by sof] make it compile --- ghc/compiler/ilxGen/IlxGen.lhs | 2 ++ 1 file changed, 2 insertions(+) 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} -- 1.7.10.4