We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc1895 + 1f499fd commit f8693c3Copy full SHA for f8693c3
postgresql-simple.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 1.12
2
name: postgresql-simple
3
version: 0.7.0.0
4
-x-revision: 2
+x-revision: 3
5
synopsis: Mid-Level PostgreSQL client library
6
description:
7
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -93,7 +93,7 @@ library
93
, case-insensitive >=1.2.1.0 && <1.3
94
, hashable >=1.4.3.0 && <1.6
95
, Only >=0.1 && <0.1.1
96
- , postgresql-libpq >=0.10.0.0 && <0.11
+ , postgresql-libpq >=0.10.0.0 && <0.12
97
, scientific >=0.3.7.0 && <0.4
98
, uuid-types >=1.0.5 && <1.1
99
, vector >=0.13.0.0 && <0.14
0 commit comments