Linker.lhs to prefer DSO when it's build as dynamic library
[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