We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9044703 commit 240e166Copy full SHA for 240e166
.github/workflows/flags.yml
@@ -76,7 +76,7 @@ jobs:
76
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
77
78
# we have to clean up warnings for 9.0 and 9.2 before enable -Wall
79
- - if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.7'
+ - if: matrix.ghc != '9.0' && matrix.ghc != '9.2'
80
name: Build with pedantic (-WError)
81
run: cabal v2-build --flags="pedantic"
82
0 commit comments