Skip to content

Commit a93a495

Browse files
committed
Allow http-types-0.11
1 parent d1599c6 commit a93a495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

github.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: github
22
version: 0.18
3+
x-revision: 1
34
synopsis: Access to the GitHub API, v3.
45
description:
56
The GitHub API provides programmatic access to the full
@@ -146,7 +147,7 @@ Library
146147
http-client >=0.4.8.1 && <0.6,
147148
http-client-tls >=0.2.2 && <0.4,
148149
http-link-header >=1.0.1 && <1.1,
149-
http-types >=0.8.6 && <0.11,
150+
http-types >=0.8.6 && <0.12,
150151
iso8601-time >=0.1.4 && <0.2,
151152
mtl >=2.1.3.1 && <2.3,
152153
network-uri >=2.6.0.3 && <2.7,

0 commit comments

Comments
 (0)