diff options
author | sof <unknown> | 2001-12-04 08:16:41 +0000 |
---|---|---|
committer | sof <unknown> | 2001-12-04 08:16:41 +0000 |
commit | 4e025e1250f43635de0617b68a661ef2982d1b1d (patch) | |
tree | e9e849411501116c9bba17d39c0c051ef091cec0 | |
parent | c3c0cd456206940c81b90888829e2d9767de5610 (diff) | |
download | haskell-4e025e1250f43635de0617b68a661ef2982d1b1d.tar.gz |
[project @ 2001-12-04 08:16:41 by sof]
make it compile
-rw-r--r-- | ghc/compiler/ilxGen/IlxGen.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/compiler/ilxGen/IlxGen.lhs b/ghc/compiler/ilxGen/IlxGen.lhs index 6648889927..f1b45b0d7c 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} |