[Haskell-cafe] GHC panic!

Ben Gamari ben at smart-cactus.org
Sat Aug 16 13:52:37 UTC 2014


北原真一 <masakazu.minamiyama at gmail.com> writes:

> I am asking for help I am Haskeller of Japan I'm using GHC7.6.3 GHC has
> caused the panic
> https://gist.github.com/minamiyama1994/6697c3fb9c345da6715f

I can reproduce the issue on my end with 7.6.3.  Setting
-fsimpl-tick-factor=10000 allows the build to proceed. This is a bit odd
as I don't see anything in your code that should give the simplifier too
much grief, but I could be missing something.  Unless you intend on
releasing the code I would probably add a 'Ghc-Options:
-fsimpl-tick-factor=1000' to your Cabal file for now.

Cheers,

- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140816/c86efe9c/attachment.sig>


More information about the Haskell-Cafe mailing list