Compiling on ghc 9.6.3, with stack 2.13.1 with resolver: nightly-2023-10-22, on OSX Sonoma 14.2 on M1 Ultra Works, but it’s failing on Github CI and also if I try to compile via Docker. An example failing run is in my comment below.
The failure shows up here: Stuff · halogenandtoast/ArkhamHorror@c3f3e6d · GitHub
And locally when compiling with Docker locally, but actually doesn’t show up when I compile it directly (so my original comment is misleading).
The problematic Haskell code seems to be somewhere in Arkham.Game. It would be ideal if you could make a smaller reproducer, but that may not be very easy.
Yeah I’d like to create a way to reproduce, but it is entirely unclear as to why this is happening. The commit that introduced this first seems innocuous with regards to the changes in Game.hs
Are there any suggestions for verbosity flags I should use to maybe get more info about how the simplifier is failing here?