[Haskell-cafe] How to increase solver iterations?

Brandon Allbery allbery.b at gmail.com
Tue Aug 7 00:16:29 UTC 2018


Huh. I'd report that as a ghc bug, since it told you the wrong option.

On Mon, Aug 6, 2018 at 8:15 PM David Banas <capn.freako at gmail.com> wrote:

> Oh, this is the syntax it wants:
>
> {-# OPTIONS_GHC -fconstraint-solver-iterations=10 #-}
>
> On Aug 6, 2018, at 5:11 PM, David Banas <capn.freako at gmail.com> wrote:
>
> Thanks, Brandon!
>
> When I try the line you suggest I get this:
>
>     unknown flag in  {-# OPTIONS_GHC #-} pragma: -fsolver-iterations=10
>
> On Aug 6, 2018, at 5:09 PM, Brandon Allbery <allbery.b at gmail.com> wrote:
>
> {-# OPTIONS_GHC -fsolver-iterations=10 #-}
>
>
>
>

-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180806/9e81dcae/attachment.html>


More information about the Haskell-Cafe mailing list