cross-compile Base.hsc - directive alignment cannot be handled in cross-compilation mode

Created by: ef-ge

Hi,

is there a workaround to cross-compile (host is x86, target is x86_64) it? Currently it breaks with:

$ runghc Setup build Building zeromq4-haskell-0.6.3... Preprocessing library zeromq4-haskell-0.6.3... src/System/ZMQ4/Internal/Base.hsc:28 directive alignment cannot be handled in cross-compilation mode

I'm realy not an haskell expert, so if you have any hints please let me know.

Thanks in advance!