We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94e93a commit 7ba0864Copy full SHA for 7ba0864
1 file changed
github.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.4
2
name: github
3
version: 0.29
4
-x-revision: 2
+x-revision: 3
5
synopsis: Access to the GitHub API, v3.
6
category: Network
7
description:
@@ -190,7 +190,8 @@ library
190
, binary >=0.7.1.0 && <0.11
191
, bytestring >=0.10.4.0 && <0.13
192
, containers >=0.5.5.1 && <0.7
193
- , deepseq >=1.3.0.2 && <1.5
+ , deepseq >=1.3.0.2 && <1.6
194
+ , exceptions >=0.10.2 && <0.11
195
, mtl >=2.1.3.1 && <2.2 || >=2.2.1 && <2.4
196
, text >=1.2.0.6 && <2.1
197
, time-compat >=1.9.2.2 && <1.10
@@ -204,7 +205,6 @@ library
204
205
, binary-instances >=1 && <1.1
206
, cryptohash-sha1 >=0.11.100.1 && <0.12
207
, deepseq-generics >=0.2.0.0 && <0.3
- , exceptions >=0.10.2 && <0.11
208
, hashable >=1.2.7.0 && <1.5
209
, http-client >=0.5.12 && <0.8
210
, http-link-header >=1.0.3.1 && <1.3
0 commit comments