diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index b1322af..6c2e340 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.8.2 + compilerKind: ghc + compilerVersion: 9.8.2 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.6.5 compilerKind: ghc compilerVersion: 9.6.5 diff --git a/borsh.cabal b/borsh.cabal index 936d3c9..4aa2d3d 100644 --- a/borsh.cabal +++ b/borsh.cabal @@ -29,6 +29,7 @@ tested-with: , GHC == 9.2.7 , GHC == 9.4.8 , GHC == 9.6.5 + , GHC == 9.8.2 source-repository head type: git @@ -42,7 +43,7 @@ common lang ghc-options: -Wunused-packages build-depends: - base >= 4.12 && < 4.19 + base >= 4.12 && < 4.20 default-language: Haskell2010 default-extensions: