File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ environment:
16
16
DATABASE_CONNSTRING : appveyor
17
17
matrix :
18
18
# 64 bit builds
19
- - GHCVER : " 8.8.1"
19
+ - GHCVER : " 8.10.4"
20
+ CHOCOPTS :
21
+ - GHCVER : " 8.8.4"
20
22
CHOCOPTS :
21
23
- GHCVER : " 8.6.5"
22
24
CHOCOPTS :
Original file line number Diff line number Diff line change 1
1
name : postgresql-libpq
2
2
version : 0.9.4.3
3
+ x-revision : 1
3
4
synopsis : low-level binding to libpq
4
5
description :
5
6
This is a binding to libpq : the C application
@@ -35,14 +36,15 @@ tested-with:
35
36
|| == 8.4.4
36
37
|| == 8.6.5
37
38
|| == 8.8.4
38
- || == 8.10.3
39
+ || == 8.10.4
40
+ || == 9.0.1
39
41
40
42
extra-source-files : CHANGELOG.md
41
43
42
44
custom-setup
43
45
setup-depends :
44
46
base >= 4.3 && < 5
45
- , Cabal >= 1.10 && < 3.3
47
+ , Cabal >= 1.10 && < 3.5
46
48
47
49
-- If true, use pkg-config, otherwise use the pg_config based build
48
50
-- configuration
@@ -61,7 +63,7 @@ library
61
63
62
64
other-modules : Database.PostgreSQL.LibPQ.Compat
63
65
build-depends :
64
- base >= 4.3 && < 4.15
66
+ base >= 4.3 && < 4.16
65
67
, bytestring >= 0.9.1.0 && < 0.12
66
68
67
69
if !os(windows)
You can’t perform that action at this time.
0 commit comments