From cd002f5c116ce99c1ee0fd668f4f7a1afe6a403a Mon Sep 17 00:00:00 2001 From: Martijn Bastiaan Date: Sat, 24 Aug 2024 13:10:26 +0200 Subject: [PATCH] Add GHC 9.8.2 to CI --- .github/workflows/ci.yml | 1 + clash-vexriscv/clash-vexriscv.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d94d4fb..08c3052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/clash-vexriscv/clash-vexriscv.cabal b/clash-vexriscv/clash-vexriscv.cabal index 36c3707..ffe91f6 100644 --- a/clash-vexriscv/clash-vexriscv.cabal +++ b/clash-vexriscv/clash-vexriscv.cabal @@ -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,