We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1599c6 commit a93a495Copy full SHA for a93a495
github.cabal
@@ -1,5 +1,6 @@
1
name: github
2
version: 0.18
3
+x-revision: 1
4
synopsis: Access to the GitHub API, v3.
5
description:
6
The GitHub API provides programmatic access to the full
@@ -146,7 +147,7 @@ Library
146
147
http-client >=0.4.8.1 && <0.6,
148
http-client-tls >=0.2.2 && <0.4,
149
http-link-header >=1.0.1 && <1.1,
- http-types >=0.8.6 && <0.11,
150
+ http-types >=0.8.6 && <0.12,
151
iso8601-time >=0.1.4 && <0.2,
152
mtl >=2.1.3.1 && <2.3,
153
network-uri >=2.6.0.3 && <2.7,
0 commit comments