Skip to content

Commit

Permalink
Merge pull request #43 from erikd/master
Browse files Browse the repository at this point in the history
Make it build with ghc 9.10
  • Loading branch information
HeinrichApfelmus authored May 27, 2024
2 parents 9282777 + 34b0285 commit 0b4f04a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.8.1
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.4
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.6.4
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.5
compilerKind: ghc
compilerVersion: 9.6.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
2 changes: 1 addition & 1 deletion vault.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ flag UseGHC

Library
hs-source-dirs: src
build-depends: base >= 4.5 && < 4.20,
build-depends: base >= 4.5 && < 4.21,
containers >= 0.4 && < 0.8,
unordered-containers >= 0.2.3.0 && < 0.3,
hashable >= 1.1.2.5 && < 1.5
Expand Down

0 comments on commit 0b4f04a

Please sign in to comment.