Skip to content

Commit

Permalink
Add support for GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprakash96 authored Aug 3, 2023
2 parents ab1e144 + 9b5db7f commit 358cfa9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 9.0.2
- 9.2.8
- 9.4.5
- 9.6.2
services:
postgres:
image: postgres:15
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
- stack-9.0.2.yaml
- stack-9.2.8.yaml
- stack-9.4.5.yaml
- stack-9.6.2.yaml
services:
postgres:
image: postgres:15
Expand Down
7 changes: 4 additions & 3 deletions postgresql-simple-named.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ extra-source-files: README.md
, CHANGELOG.md
tested-with: GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.4
, GHC == 9.4.2
, GHC == 9.2.8
, GHC == 9.4.5
, GHC == 9.6.2

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

common common-options
build-depends: base >= 4.11 && < 4.18
build-depends: base >= 4.11 && < 4.19

ghc-options: -Wall
-Wincomplete-uni-patterns
Expand Down
1 change: 1 addition & 0 deletions stack-9.6.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: nightly-2023-08-02

0 comments on commit 358cfa9

Please sign in to comment.