-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cabal.project.freeze for GHC 9.10.1 update #3035
Conversation
After updating the freeze file the cabal build fails:
I suspect that the stack2cabal tool is using the explicit extra-dep versions and not taking account of the We are setting an explicit |
Maybe it'd be most efficient to freeze this till GHC 9.10.1 is supported by stack. Until then we suspend cabal support. |
This would be fine, but Jan and I use cabal with LSP (LSP is more stable for me when using cabal). I think I have a way to make it work. |
53922fc
to
499b5c6
Compare
499b5c6
to
0d6931f
Compare
This reverts commit a63314d.
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.