There was an error while loading. Please reload this page.
1 parent 0dd1b89 commit 40c434eCopy full SHA for 40c434e
postgresql-simple.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 1.12
2
name: postgresql-simple
3
version: 0.6.4
4
-x-revision: 4
+x-revision: 5
5
synopsis: Mid-Level PostgreSQL client library
6
description:
7
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -86,7 +86,7 @@ library
86
, template-haskell >=2.8.0.0 && <2.19
87
, text >=1.2.3.0 && <1.3
88
, time-compat >=1.9.5 && <1.12
89
- , transformers >=0.3.0.0 && <0.6
+ , transformers >=0.3.0.0 && <0.7
90
91
-- Other dependencies
92
build-depends:
@@ -104,7 +104,7 @@ library
104
if !impl(ghc >=8.0)
105
106
fail >=4.9.0.0 && <4.10
107
- , semigroups >=0.18.5 && <0.20
+ , semigroups >=0.18.5 && <0.21
108
109
if !impl(ghc >=7.6)
110
build-depends: ghc-prim
0 commit comments