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
we need to update the cabal.project and cabal.project.freeze files.
We previously used the stack2cabal tool to perform these updates automatically. Unfortunately this tool does not produce a working cabal setup with our current stack configuration. See:
This PR updates the cabal freeze file to reflect the changes to
dependencies after the GHC 9.10.1 stack.yaml update.
@janmasrovira can you check this? The last time I think you updated this
and the freeze file was much smaller for you.
I downloaded the stack2cabal binary from
https://github.com/hasufell/stack2cabal/releases/latest and ran
`stack2cabal` in the root of our repo.
* Fixes#3036
After the update to GHC 9.10.1 in:
we need to update the
cabal.project
andcabal.project.freeze
files.We previously used the stack2cabal tool to perform these updates automatically. Unfortunately this tool does not produce a working cabal setup with our current stack configuration. See:
For reference the first error after using stack2cabal is:
The text was updated successfully, but these errors were encountered: