A workaround for GHC linking problem "unknown symbol ..."
GHC 7.4 on Debian Wheezy fails to compile after some TH related changes, reporting ghc: src/Ganeti/JSON.o: unknown symbol `attoparseczm0zi11zi1zi0_DataziAttoparsecziText_zdwf_info` This doesn't happen on Squeeze. Explicitly importing attoparsec in THH fixes the problem. Signed-off-by:Petr Pudlak <pudlak@google.com> Reviewed-by:
Klaus Aehlig <aehlig@google.com>
Showing
Please register or sign in to comment