Skip to content

Commit 5f66ab5

Browse files
ci: build with GHC 9.10
1 parent c47598d commit 5f66ab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
ghc: ['8.10.7', '9.2.8', '9.4.8', '9.6.6', '9.8.4']
16+
ghc: ['8.10.7', '9.2.8', '9.4.8', '9.6.6', '9.8.4', '9.10.1']
1717
fail-fast: false
1818

1919
runs-on: ubuntu-latest

configurator-pg.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
Data.Configurator.Parser
3434
Data.Configurator.Syntax
3535
Data.Configurator.Types
36-
build-depends: base >= 4.9 && < 4.20
36+
build-depends: base >= 4.9 && < 4.21
3737
, megaparsec >= 7.0.0 && < 9.8
3838
, containers >= 0.5.6.2 && < 0.7
3939
, protolude >= 0.1.10 && < 0.4
@@ -48,7 +48,7 @@ test-suite tests
4848
type: exitcode-stdio-1.0
4949
main-is: Test.hs
5050
hs-source-dirs: tests
51-
build-depends: base >= 4.9 && < 4.20
51+
build-depends: base >= 4.9 && < 4.21
5252
, configurator-pg
5353
, HUnit >= 1.3.1.2 && < 1.7
5454
, filepath >= 1.4 && < 1.5

0 commit comments

Comments
 (0)