Skip to content

Commit

Permalink
Compat. with ghc 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 2, 2022
1 parent 55d94e9 commit 6a04ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ jobs:
run: cabal v2-build hls-graph --flags="embed-files stm-stats"

- name: Build `ghcide` with flags
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe"

- if: matrix.ghc == '8.10.7'
name: Build `ghcide` with ekg
run: cabal v2-build ghcide --flags="ekg"
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"

# we have to clean up warnings for 9.0 and 9.2 before enable -WAll
- if: matrix.ghc != '9.0.2' && matrix.ghc != '9.2.2'
Expand Down
2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ allow-newer:

-- for ekg
ekg-core:base,
ekg-core:ghc-prim,
ekg-wai:base,
ekg-wai:time,

-- for shake-bench
Chart-diagrams:diagrams-core,
Expand Down

0 comments on commit 6a04ca5

Please sign in to comment.