-
Notifications
You must be signed in to change notification settings - Fork 217
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
[ADP-3407] Bump to ghc 9.8.2 #4607
Conversation
paolino
commented
May 24, 2024
- Bump int-cast
- Bump openapi3
- Remove all constraints in cabal files
- Bump compiler in haskell.nix to 9.8.2
0d94e01
to
be42bc1
Compare
59e66db
to
7f07e26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I've tested it locally, and:
- everything seems to build just fine. 🎉
- HLS continues to work nicely. 🎉
Hopefully it will also work for others too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cabal build all
in nix shell and HLS works on my mac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cabal build all in nix shell and HLS works on my mac
Same for me. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
7f07e26
to
859e8b1
Compare
859e8b1
to
b510141
Compare
b510141
to
0cd7cac
Compare
f1dacbd
to
94f2081
Compare
Fixes: https://buildkite.com/cardano-foundation/cardano-wallet/builds/5240#01900a67-445e-447e-b1bd-976ebaf665c1/39-41 Error: ``` > Network/Wai/Application/Static.hs:260:27: error: [GHC-87897] > • Exception when trying to run compile-time code: > Z:\build\wai-app-static-3.1.9\images/folder.png: withBinaryFile: invalid argument (Bad file descriptor) > Code: (makeRelativeToProject "images/folder.png" >>= embedFile) > • In the untyped splice: > $(makeRelativeToProject "images/folder.png" >>= embedFile) > | > 260 | L.fromChunks [$(makeRelativeToProject "images/folder.png" >>= embedFile)] > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
Fixes: ``` Data/Graph/Inductive/Monad.hs:23:1: error: [GHC-87897] • Exception when trying to run compile-time code: External interpreter terminated (-15) • In the annotation: {-# ANN module "HLint: ignore Redundant lambda" #-} | 23 | {-# ANN module "HLint: ignore Redundant lambda" #-} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [10 of 29] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, dist/build/Data/Graph/Inductive/NodeMap.o ) [11 of 29] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, dist/build/Data/Graph/Inductive/PatriciaTree.o ) ```
94f2081
to
8eb7603
Compare
We should probably bump to whatever version the currently supported node (10.1.3) is using, which is not totally obvious from their repository... |
current supported ghc version for 10.1.3 is 8.10.7: https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.3 |