We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a26a8c commit f701d41Copy full SHA for f701d41
github.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 2.4
2
name: github
3
version: 0.29
4
+x-revision: 1
5
synopsis: Access to the GitHub API, v3.
6
category: Network
7
description:
@@ -197,7 +198,7 @@ library
197
198
199
-- other packages
200
build-depends:
- 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
202
, base-compat >=0.11.1 && <0.14
203
, base16-bytestring >=0.1.1.6 && <1.1
204
, binary-instances >=1 && <1.1
0 commit comments