X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeLink.lhs;h=521c162db4cf15a187bea773f78f6c23d0a7614b;hb=3d0ad8a75e9874e222e2e149b8914e2ed74af7b8;hp=e8bae70c2d32a769bbe8491d253d7bdebb7f3979;hpb=7ba2a2ea29171d7758d76dff2cc3e1cfb7edf8fa;p=ghc-hetmet.git diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs index e8bae70..521c162 100644 --- a/compiler/ghci/ByteCodeLink.lhs +++ b/compiler/ghci/ByteCodeLink.lhs @@ -9,7 +9,7 @@ ByteCodeLink: Bytecode assembler and linker module ByteCodeLink ( HValue, ClosureEnv, emptyClosureEnv, extendClosureEnv, - linkBCO, lookupStaticPtr + linkBCO, lookupStaticPtr, lookupName ,lookupIE ) where