[Haskell-cafe] How to increase solver iterations?
David Banas
capn.freako at gmail.com
Tue Aug 7 00:15:55 UTC 2018
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 <mailto:allbery.b at gmail.com>> wrote:
>>
>> {-# OPTIONS_GHC -fsolver-iterations=10 #-}
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180806/d87cad45/attachment.html>
More information about the Haskell-Cafe
mailing list