[project @ 1999-06-09 10:42:14 by simonmar]
authorsimonmar <unknown>
Wed, 9 Jun 1999 10:42:14 +0000 (10:42 +0000)
committersimonmar <unknown>
Wed, 9 Jun 1999 10:42:14 +0000 (10:42 +0000)
Use ClosureInfo.hi-boot instead of ClosureInfo.hi (which might not be
built yet).

ghc/compiler/codeGen/CgBindery.hi-boot-5

index 520af42..5486201 100644 (file)
@@ -1,7 +1,7 @@
 __interface CgBindery 1 0 where
 __export CgBindery CgBindings CgIdInfo{MkCgIdInfo} VolatileLoc StableLoc nukeVolatileBinds maybeStkLoc;
 1 type CgBindings = VarEnv.IdEnv CgIdInfo;
-1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo.LambdaFormInfo;
+1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo!LambdaFormInfo;
 1 data VolatileLoc;
 1 data StableLoc;
 1 nukeVolatileBinds :: CgBindings -> CgBindings ;