
1 Apr
2009
1 Apr
'09
6:06 a.m.
On Wed, Apr 1, 2009 at 8:46 AM, Alistair Bayley
ghci has a custom linker which behaves differently from gnu ld, which is what ghc uses. I don't recall the exact details (if I ever knew them), just that it differs. So something that works with ghc won't necessarily do so with ghci.
Right. And should this be considered as a bug or a feature? If it is a feature, then we should be able to specify different libraries for GHCi in the cabal file no?