On 14/05/2011 21:12, Don Stewart wrote: > When compiled with "split objs" GHC makes it possible for the linker > to do dead code stripping. Make sure your GHC has split-objs on. Thank you, I hadn't realised that the imported library could be built like this. How is this configured with cabal? (And do any packages actually do so?)