We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed296cb commit a6a3126Copy full SHA for a6a3126
github.cabal
@@ -1,6 +1,7 @@
1
cabal-version: >=1.10
2
name: github
3
version: 0.28.0.1
4
+x-revision: 1
5
synopsis: Access to the GitHub API, v3.
6
category: Network
7
description:
@@ -181,7 +182,7 @@ library
181
182
-- other packages
183
build-depends:
184
aeson >=1.4.0.0 && <1.6 || >=2.0.1.0 && <2.2
- , base-compat >=0.11.1 && <0.13
185
+ , base-compat >=0.11.1 && <0.14
186
, base16-bytestring >=0.1.1.6 && <1.1
187
, binary-instances >=1 && <1.1
188
, cryptohash-sha1 >=0.11.100.1 && <0.12
0 commit comments