Skip to content

Commit 6a04ca5

Browse files
committed
Compat. with ghc 9.2
1 parent 55d94e9 commit 6a04ca5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/flags.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ jobs:
6565
run: cabal v2-build hls-graph --flags="embed-files stm-stats"
6666

6767
- 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"
7369

7470
# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
7571
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ allow-newer:
8888

8989
-- for ekg
9090
ekg-core:base,
91+
ekg-core:ghc-prim,
9192
ekg-wai:base,
93+
ekg-wai:time,
9294

9395
-- for shake-bench
9496
Chart-diagrams:diagrams-core,

0 commit comments

Comments
 (0)