Sönke Hahn wrote:

> There is a related bug report in ghc's trac: [1]. According to that, you
> could try to remove the "-fvia-C" flag to prevent ghc from using the C
> backend. (I had no luck with that, so I guess there is still another bug
> lurking.)

Just FYI:
I tried again and realised, why I had no luck: I disabled '-fvia-C' in a 
cabal file, but ghc still used the c backend due to an 'OPTIONS_GHC' pragma 
with 'fvia-C' in the code. Removing that solved it for me.

> 
> HTH,
> Sönke
> 
> 
> [1] http://hackage.haskell.org/trac/ghc/ticket/5050
> 
> 
> 
> _______________________________________________
> Haskell-Cafe mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/haskell-cafe



_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to