-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to GHC 9.4.1 #20
Conversation
The build failed on Windows: https://github.com/tfausak/monadoc/runs/7878716092?check_suite_focus=true#step:17:259
I think that's this problem: haskell/text#461 (comment) |
.devcontainer.json
Outdated
"editor.rulers": [ | ||
80 | ||
], | ||
"purple-yolk.haskell.formatter.command": "docker/devcontainer/cabal-shim.sh ormolu --no-cabal", | ||
"purple-yolk.haskell.formatter.command": "false", |
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.
.devcontainer.json
Outdated
"purple-yolk.haskell.interpreter.command": "cabal repl --repl-options -ddump-json", | ||
"purple-yolk.haskell.linter.command": "docker/devcontainer/cabal-shim.sh hlint --json --no-exit-code -", | ||
"purple-yolk.haskell.linter.onSave": true | ||
"purple-yolk.haskell.linter.command": "false", |
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.
Build failed on Windows because of the |
Huh, now the linker is failing on Windows: https://github.com/tfausak/monadoc/runs/7951924132?check_suite_focus=true#step:18:407
There are many other linker errors. That was just the last one in the logs. The problem is not specific to |
This is necessary to avoid linker errors on Windows. <https://gitlab.haskell.org/ghc/ghc/-/issues/22085>
The build succeeds now. I think I'll hold off merging this until HLint and Ormolu support GHC 9.4. Otherwise I'll have a partially-working development environment. |
Done in 63a4d11. |
No description provided.