Skip to content

Commit 40c434e

Browse files
committed
Allow transformers-0.6 and semigroups-0.20
1 parent 0dd1b89 commit 40c434e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgresql-simple.cabal

Lines changed: 3 additions & 3 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.6.4
4-
x-revision: 4
4+
x-revision: 5
55
synopsis: Mid-Level PostgreSQL client library
66
description:
77
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -86,7 +86,7 @@ library
8686
, template-haskell >=2.8.0.0 && <2.19
8787
, text >=1.2.3.0 && <1.3
8888
, time-compat >=1.9.5 && <1.12
89-
, transformers >=0.3.0.0 && <0.6
89+
, transformers >=0.3.0.0 && <0.7
9090

9191
-- Other dependencies
9292
build-depends:
@@ -104,7 +104,7 @@ library
104104
if !impl(ghc >=8.0)
105105
build-depends:
106106
fail >=4.9.0.0 && <4.10
107-
, semigroups >=0.18.5 && <0.20
107+
, semigroups >=0.18.5 && <0.21
108108

109109
if !impl(ghc >=7.6)
110110
build-depends: ghc-prim

0 commit comments

Comments
 (0)