There was an error while loading. Please reload this page.
1 parent 40c434e commit ee98fe3Copy full SHA for ee98fe3
postgresql-simple.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 1.12
2
name: postgresql-simple
3
version: 0.6.4
4
-x-revision: 5
+x-revision: 6
5
synopsis: Mid-Level PostgreSQL client library
6
description:
7
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -84,7 +84,7 @@ library
84
, bytestring >=0.10.0.0 && <0.12
85
, containers >=0.5.0.0 && <0.7
86
, template-haskell >=2.8.0.0 && <2.19
87
- , text >=1.2.3.0 && <1.3
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
88
, time-compat >=1.9.5 && <1.12
89
, transformers >=0.3.0.0 && <0.7
90
0 commit comments