Skip to content

Commit c9ebf82

Browse files
ci: build with GHC 9.12
1 parent 5f66ab5 commit c9ebf82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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', '9.10.1']
16+
ghc: ['8.10.7', '9.2.8', '9.4.8', '9.6.6', '9.8.4', '9.10.1', '9.12.1']
1717
fail-fast: false
1818

1919
runs-on: ubuntu-latest

configurator-pg.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ library
3333
Data.Configurator.Parser
3434
Data.Configurator.Syntax
3535
Data.Configurator.Types
36-
build-depends: base >= 4.9 && < 4.21
36+
build-depends: base >= 4.9 && < 4.22
3737
, megaparsec >= 7.0.0 && < 9.8
38-
, containers >= 0.5.6.2 && < 0.7
38+
, containers >= 0.5.6.2 && < 0.8
3939
, protolude >= 0.1.10 && < 0.4
4040
, scientific >= 0.3.4.9 && < 0.4
4141
, text >= 1.2.2.2 && < 2.2
@@ -48,10 +48,10 @@ 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.21
51+
build-depends: base >= 4.9 && < 4.22
5252
, configurator-pg
5353
, HUnit >= 1.3.1.2 && < 1.7
54-
, filepath >= 1.4 && < 1.5
54+
, filepath >= 1.4 && < 1.6
5555
, protolude >= 0.1.10 && < 0.4
5656
, test-framework >= 0.8.1.1 && < 0.9
5757
, test-framework-hunit >= 0.3.0.2 && < 0.4

0 commit comments

Comments
 (0)