You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the stack configuration file for GHC 9.2.5, but I'd like to update that to use GHC 9.6.4 (or GHC 9.6.3). How does one go about figuring out what versions of files to specify in the stack.yaml? I thought I could do this by finding the version of liquidhaskell tagged v0.9.6.3, and noting the commit ids, and replacing the commit ids in the stack.yaml with those:
I see the stack configuration file for GHC 9.2.5, but I'd like to update that to use GHC 9.6.4 (or GHC 9.6.3). How does one go about figuring out what versions of files to specify in the stack.yaml? I thought I could do this by finding the version of liquidhaskell tagged v0.9.6.3, and noting the commit ids, and replacing the commit ids in the stack.yaml with those:
But stack couldn't construct a build plan. I tried
allow-newer: true
, but that led to other compilation failures.The text was updated successfully, but these errors were encountered: