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 f701d41 commit d94e93aCopy full SHA for d94e93a
github.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.4
2
name: github
3
version: 0.29
4
-x-revision: 1
+x-revision: 2
5
synopsis: Access to the GitHub API, v3.
6
category: Network
7
description:
@@ -188,7 +188,7 @@ library
188
build-depends:
189
base >=4.7 && <5
190
, binary >=0.7.1.0 && <0.11
191
- , bytestring >=0.10.4.0 && <0.12
+ , bytestring >=0.10.4.0 && <0.13
192
, containers >=0.5.5.1 && <0.7
193
, deepseq >=1.3.0.2 && <1.5
194
, mtl >=2.1.3.1 && <2.2 || >=2.2.1 && <2.4
0 commit comments