Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 24a1f0e + c8b9ca3 commit 852a12fCopy full SHA for 852a12f
github.cabal
@@ -1,5 +1,6 @@
1
name: github
2
version: 0.19
3
+x-revision: 2
4
synopsis: Access to the GitHub API, v3.
5
description:
6
The GitHub API provides programmatic access to the full
@@ -145,7 +146,7 @@ Library
145
146
-- other packages
147
build-depends:
148
aeson >=0.7.0.6 && <1.4,
- base-compat >=0.9.1 && <0.10,
149
+ base-compat >=0.9.1 && <0.11,
150
base16-bytestring >=0.1.1.6 && <0.2,
151
binary >=0.7.1.0 && <0.10,
152
binary-orphans >=0.1.0.0 && <0.2,
0 commit comments