Skip to content

Commit 358cfa9

Browse files
Add support for GHC 9.6
2 parents ab1e144 + 9b5db7f commit 358cfa9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- 9.0.2
2222
- 9.2.8
2323
- 9.4.5
24+
- 9.6.2
2425
services:
2526
postgres:
2627
image: postgres:15
@@ -65,6 +66,7 @@ jobs:
6566
- stack-9.0.2.yaml
6667
- stack-9.2.8.yaml
6768
- stack-9.4.5.yaml
69+
- stack-9.6.2.yaml
6870
services:
6971
postgres:
7072
image: postgres:15

postgresql-simple-named.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ extra-source-files: README.md
3030
, CHANGELOG.md
3131
tested-with: GHC == 8.10.7
3232
, GHC == 9.0.2
33-
, GHC == 9.2.4
34-
, GHC == 9.4.2
33+
, GHC == 9.2.8
34+
, GHC == 9.4.5
35+
, GHC == 9.6.2
3536

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

4041
common common-options
41-
build-depends: base >= 4.11 && < 4.18
42+
build-depends: base >= 4.11 && < 4.19
4243

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

stack-9.6.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: nightly-2023-08-02

0 commit comments

Comments
 (0)