Skip to content

Commit 9f32993

Browse files
committed
Allow aeson-2.1
1 parent 5fdd8ce commit 9f32993

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: 6
4+
x-revision: 7
55
synopsis: Mid-Level PostgreSQL client library
66
description:
77
Mid-Level PostgreSQL client library, forked from mysql-simple.
@@ -90,7 +90,7 @@ library
9090

9191
-- Other dependencies
9292
build-depends:
93-
aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.1
93+
aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.2
9494
, attoparsec >=0.13.2.2 && <0.15
9595
, bytestring-builder >=0.10.8.1.0 && <0.11
9696
, case-insensitive >=1.2.0.11 && <1.3
@@ -137,7 +137,7 @@ test-suite inspection
137137
main-is: Inspection.hs
138138
build-depends:
139139
base
140-
, inspection-testing >=0.4.1.1 && <0.5
140+
, inspection-testing >=0.4.1.1 && <0.6
141141
, postgresql-libpq
142142
, postgresql-simple
143143
, tasty

0 commit comments

Comments
 (0)