Undefined symbol in a Hackage package `double-conversion`
问题 I'm trying to build the double-conversion package from Hackage. It builds OK but ghci can't load it. The complaint is: Loading package double-conversion-0.2.0.0 ... linking ... <interactive>: /home/me/.cabal/lib/double-conversion-0.2.0.0/ghc-7.0.4/HSdouble-conversion-0.2.0.0.o: unknown symbol `_ZNK17double_conversion6Double5valueEv' The nm output shows that the symbol is weak : nm /home/me/.cabal/lib/double-conversion-0.2.0.0/ghc-7.0.4/HSdouble-conversion-0.2.0.0.o \ | grep _ZNK17double