X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeLink.lhs;h=427fa1eb500c9c9c8b293004ecc8c2c17ce18562;hp=3305daad0145d05d24ec2e63a3d7dc7c62673942;hb=ab5b8aa357c685a7c702262903bce04c66f79156;hpb=d308d910efa702ebf5a2f76db628d690fcf6fa51 diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs index 3305daa..427fa1e 100644 --- a/compiler/ghci/ByteCodeLink.lhs +++ b/compiler/ghci/ByteCodeLink.lhs @@ -10,6 +10,7 @@ module ByteCodeLink ( HValue, ClosureEnv, emptyClosureEnv, extendClosureEnv, linkBCO, lookupStaticPtr + ,lookupIE ) where #include "HsVersions.h"