Skip to content

Commit f701d41

Browse files
committed
v0.29 revision 1: allow aeson-2.2
1 parent 5a26a8c commit f701d41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.4
22
name: github
33
version: 0.29
4+
x-revision: 1
45
synopsis: Access to the GitHub API, v3.
56
category: Network
67
description:
@@ -197,7 +198,7 @@ library
197198

198199
-- other packages
199200
build-depends:
200-
aeson >=1.4.0.0 && <1.6 || >=2.0.1.0 && <2.2
201+
aeson >=1.4.0.0 && <1.6 || >=2.0.1.0 && <2.3
201202
, base-compat >=0.11.1 && <0.14
202203
, base16-bytestring >=0.1.1.6 && <1.1
203204
, binary-instances >=1 && <1.1

0 commit comments

Comments
 (0)