Comment #1 on issue 683 by [email protected]: Compilation spuriously fails with ghc: src/Ganeti/JSON.o: unknown symbol `attoparsec...
http://code.google.com/p/ganeti/issues/detail?id=683

It seems the problem can be fixed by explicitly importing attoparsec in THH

  import Data.Attoparsec ()

This causes GHC to load it when linking. Apparently GHC doesn't import it by mistake. Perhaps spliced code is mistakenly left out of linking dependencies.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to