Skip to content

Commit 593c377

Browse files
Support GHC 9.10
1 parent 2ef0d37 commit 593c377

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
cabal:
1818
- "3.10"
1919
ghc:
20-
- 9.0.2
2120
- 9.2.8
2221
- 9.4.8
2322
- 9.6.4
2423
- 9.8.2
24+
- 9.10.1
2525
services:
2626
postgres:
2727
image: postgres:15
@@ -40,7 +40,7 @@ jobs:
4040
ghc-version: ${{ matrix.ghc }}
4141
cabal-version: ${{ matrix.cabal }}
4242

43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
name: Cache ~/.cabal/store
4545
with:
4646
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -62,7 +62,6 @@ jobs:
6262
stack:
6363
- 2.15.5
6464
stack-yaml:
65-
- stack-9.0.2.yaml
6665
- stack-9.2.8.yaml
6766
- stack-9.4.8.yaml
6867
- stack-9.6.4.yaml
@@ -76,9 +75,9 @@ jobs:
7675
- 5432:5432
7776
steps:
7877
- name: Checkout repository
79-
uses: actions/checkout@v2
78+
uses: actions/checkout@v4
8079

81-
- uses: haskell/actions/setup@v2
80+
- uses: haskell-actions/setup@v2
8281
name: Setup Haskell Stack
8382
with:
8483
stack-version: ${{ matrix.stack }}

postgresql-simple-named.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ tested-with: GHC == 9.0.2
3333
, GHC == 9.4.8
3434
, GHC == 9.6.4
3535
, GHC == 9.8.2
36+
, GHC == 9.10.1
3637

3738
source-repository head
3839
type: git
3940
location: https://github.com/Holmusk/postgresql-simple-named.git
4041

4142
common common-options
42-
build-depends: base >= 4.11 && < 4.20
43+
build-depends: base >= 4.11 && < 4.21
4344

4445
ghc-options: -Wall
4546
-Wincomplete-uni-patterns

0 commit comments

Comments
 (0)