Skip to content

Commit 6e4e5ed

Browse files
authored
Merge pull request #77 from haskellari/aeson-2
Allow aeson-2
2 parents 6cabb13 + a52f34c commit 6e4e5ed

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.6.4
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.
@@ -89,7 +89,7 @@ library
8989

9090
-- Other dependencies
9191
build-depends:
92-
aeson >=1.4.1.0 && <1.6
92+
aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.1
9393
, attoparsec >=0.13.2.2 && <0.15
9494
, bytestring-builder >=0.10.8.1.0 && <0.11
9595
, case-insensitive >=1.2.0.11 && <1.3

0 commit comments

Comments
 (0)