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 4a4646d commit f3fff28Copy full SHA for f3fff28
.github/workflows/flags.yml
@@ -64,10 +64,6 @@ jobs:
64
- name: Build `hls-graph` with flags
65
run: cabal v2-build hls-graph --flags="embed-files stm-stats"
66
67
- - if: matrix.ghc != '8.6.5' && matrix.ghc != '8.8.4'
68
- name: Build `hie-compat` with flags
69
- run: cabal v2-build hie-compat --flags="ghc-lib"
70
-
71
- name: Build `ghcide` with flags
72
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
73
0 commit comments