Filter out the FFI library when loading package in ghci
authorIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 18:10:32 +0000 (18:10 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 20 Sep 2010 18:10:32 +0000 (18:10 +0000)
commit295e7569c4793d210afbd05b42c81571b170baa9
treeb3222c2d439016b1cc9a0a13ac5825950ab93d95
parenta02dc8731ee2c3fe0ae6aee7a8c957881a875279
Filter out the FFI library when loading package in ghci
The FFI GHCi import lib isn't needed as
compiler/ghci/Linker.lhs + rts/Linker.c link the
interpreted references to FFI to the compiled FFI.
We therefore filter it out so that we don't get
duplicate symbol errors.
compiler/ghci/Linker.lhs