[project @ 2001-12-04 08:16:41 by sof]
authorsof <unknown>
Tue, 4 Dec 2001 08:16:41 +0000 (08:16 +0000)
committersof <unknown>
Tue, 4 Dec 2001 08:16:41 +0000 (08:16 +0000)
make it compile

ghc/compiler/ilxGen/IlxGen.lhs

index 6648889..f1b45b0 100644 (file)
@@ -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}