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 f6df4de commit 5faf842Copy full SHA for 5faf842
.github/workflows/flags.yml
@@ -71,6 +71,10 @@ jobs:
71
- name: Build `ghcide` with flags
72
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
73
74
+ - if: matrix.ghc == '8.10.7'
75
+ name: Build `ghcide` with ekg
76
+ run: cabal v2-build ghcide --flags="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.2'
80
name: Build with pedantic (-WError)
0 commit comments