Skip to content

Commit

Permalink
Add GHC 9.8.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Aug 24, 2024
1 parent 390818c commit cd002f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- "9.2.8"
- "9.4.8"
- "9.6.6"
- "9.8.2"

container:
image: ghcr.io/clash-lang/clash-vexriscv-ci:${{ matrix.ghc }}-20240823
Expand Down
2 changes: 1 addition & 1 deletion clash-vexriscv/clash-vexriscv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ common common-options
-fno-worker-wrapper
-- clash-prelude will set suitable version bounds for the plugins
build-depends:
base >= 4.14 && < 4.19,
base >= 4.14 && < 4.20,
clash-prelude >= 1.6 && < 1.10,
containers >= 0.6 && < 0.8,
ghc-typelits-natnormalise,
Expand Down

0 comments on commit cd002f5

Please sign in to comment.