Skip to content

Commit f8693c3

Browse files
authored
Merge pull request #146 from haskellari/postgresql-libpq-0.11
Allow postgresql-libpq-0.11
2 parents 9fc1895 + 1f499fd commit f8693c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-simple.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: postgresql-simple
33
version: 0.7.0.0
4-
x-revision: 2
4+
x-revision: 3
55
synopsis: Mid-Level PostgreSQL client library
66
description:
77
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -93,7 +93,7 @@ library
9393
, case-insensitive >=1.2.1.0 && <1.3
9494
, hashable >=1.4.3.0 && <1.6
9595
, Only >=0.1 && <0.1.1
96-
, postgresql-libpq >=0.10.0.0 && <0.11
96+
, postgresql-libpq >=0.10.0.0 && <0.12
9797
, scientific >=0.3.7.0 && <0.4
9898
, uuid-types >=1.0.5 && <1.1
9999
, vector >=0.13.0.0 && <0.14

0 commit comments

Comments
 (0)