Skip to content

Commit 9a8b389

Browse files
committed
Allow base-4.15
1 parent ccdeed6 commit 9a8b389

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ environment:
1616
DATABASE_CONNSTRING: appveyor
1717
matrix:
1818
# 64 bit builds
19-
- GHCVER: "8.8.1"
19+
- GHCVER: "8.10.4"
20+
CHOCOPTS:
21+
- GHCVER: "8.8.4"
2022
CHOCOPTS:
2123
- GHCVER: "8.6.5"
2224
CHOCOPTS:

postgresql-libpq.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: postgresql-libpq
22
version: 0.9.4.3
3+
x-revision: 1
34
synopsis: low-level binding to libpq
45
description:
56
This is a binding to libpq: the C application
@@ -35,14 +36,15 @@ tested-with:
3536
|| ==8.4.4
3637
|| ==8.6.5
3738
|| ==8.8.4
38-
|| ==8.10.3
39+
|| ==8.10.4
40+
|| ==9.0.1
3941

4042
extra-source-files: CHANGELOG.md
4143

4244
custom-setup
4345
setup-depends:
4446
base >=4.3 && <5
45-
, Cabal >=1.10 && <3.3
47+
, Cabal >=1.10 && <3.5
4648

4749
-- If true, use pkg-config, otherwise use the pg_config based build
4850
-- configuration
@@ -61,7 +63,7 @@ library
6163

6264
other-modules: Database.PostgreSQL.LibPQ.Compat
6365
build-depends:
64-
base >=4.3 && <4.15
66+
base >=4.3 && <4.16
6567
, bytestring >=0.9.1.0 && <0.12
6668

6769
if !os(windows)

0 commit comments

Comments
 (0)