Skip to content

Commit 16fcc31

Browse files
committed
Enable build for GHC 9.4.2
1 parent 0b4e0ea commit 16fcc31

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
strategy:
3939
matrix:
4040
include:
41+
- compiler: ghc-9.4.2
42+
compilerKind: ghc
43+
compilerVersion: 9.4.2
44+
setup-method: ghcup
45+
allow-failure: false
4146
- compiler: ghc-9.2.4
4247
compilerKind: ghc
4348
compilerVersion: 9.2.4

postgresql-libpq.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ tested-with:
3939
|| ==8.10.7
4040
|| ==9.0.1
4141
|| ==9.2.4
42+
|| ==9.4.2
4243

4344
extra-source-files: CHANGELOG.md
4445

4546
custom-setup
4647
setup-depends:
4748
base >=4.3 && <5
48-
, Cabal >=1.10 && <3.7
49+
, Cabal >=1.10 && <3.9
4950

5051
-- If true, use pkg-config, otherwise use the pg_config based build
5152
-- configuration
@@ -64,7 +65,7 @@ library
6465

6566
other-modules: Database.PostgreSQL.LibPQ.Compat
6667
build-depends:
67-
base >=4.3 && <4.17
68+
base >=4.3 && <4.18
6869
, bytestring >=0.9.1.0 && <0.12
6970

7071
if !os(windows)

0 commit comments

Comments
 (0)