FIX: Linker.getHValue should be linking in any dependencies it requires
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
index e8bae70..521c162 100644 (file)
@@ -9,7 +9,7 @@ ByteCodeLink: Bytecode assembler and linker
 module ByteCodeLink ( 
        HValue, 
        ClosureEnv, emptyClosureEnv, extendClosureEnv,
-       linkBCO, lookupStaticPtr
+       linkBCO, lookupStaticPtr, lookupName
        ,lookupIE
   ) where