
7 May
2011
7 May
'11
12:23 p.m.
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 Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe