File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 65
65
run : cabal v2-build hls-graph --flags="embed-files stm-stats"
66
66
67
67
- name : Build `ghcide` with flags
68
- run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"
69
-
70
- - if : matrix.ghc == '8.10.7'
71
- name : Build `ghcide` with ekg
72
- run : cabal v2-build ghcide --flags="ekg"
68
+ run : cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
73
69
74
70
# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
75
71
- if : matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'
Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ allow-newer:
88
88
89
89
-- for ekg
90
90
ekg-core :base,
91
+ ekg-core :ghc-prim,
91
92
ekg-wai :base,
93
+ ekg-wai :time,
92
94
93
95
-- for shake-bench
94
96
Chart-diagrams :diagrams-core,
You can’t perform that action at this time.
0 commit comments