FIX: Linker.getHValue should be linking in any dependencies it requires
authorSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:37:12 +0000 (10:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:37:12 +0000 (10:37 +0000)
commitab13303c49618c6224d7c5b5397ac9a98d2e5b6f
treea4fb38044304ff4a40ced28df8c23fea9f0f0f07
parentfeee9bb8151fd592df9ad4d10fc2e418b26f3e2c
FIX: Linker.getHValue should be linking in any dependencies it requires
Otherwise :print only works for local identifiers, not global ones.
In fact it was silently failing, so I fixed that too.
compiler/ghci/ByteCodeLink.lhs
compiler/ghci/Debugger.hs
compiler/ghci/Linker.lhs
compiler/main/InteractiveEval.hs