
6 Aug
2018
6 Aug
'18
8:16 p.m.
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
Oh, this is the syntax it wants:
{-# OPTIONS_GHC -fconstraint-solver-iterations=10 #-}
On Aug 6, 2018, at 5:11 PM, David Banas
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
wrote: {-# OPTIONS_GHC -fsolver-iterations=10 #-}
-- brandon s allbery kf8nh allbery.b@gmail.com