"README.md" did not exist on "b0968b64c77ee590c277c2986a630d3ba97dacff"
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.
Please register or sign in to comment