Skip to content

Commit

Permalink
Enable ghc 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed May 21, 2024
1 parent b8e5cfd commit 231d478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion borsh.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 231d478

Please sign in to comment.