File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : github
3
3
version : 0.29
4
- x-revision : 2
4
+ x-revision : 3
5
5
synopsis : Access to the GitHub API, v3.
6
6
category : Network
7
7
description :
@@ -190,7 +190,8 @@ library
190
190
, binary >= 0.7.1.0 && < 0.11
191
191
, bytestring >= 0.10.4.0 && < 0.13
192
192
, containers >= 0.5.5.1 && < 0.7
193
- , deepseq >= 1.3.0.2 && < 1.5
193
+ , deepseq >= 1.3.0.2 && < 1.6
194
+ , exceptions >= 0.10.2 && < 0.11
194
195
, mtl >= 2.1.3.1 && < 2.2 || >= 2.2.1 && < 2.4
195
196
, text >= 1.2.0.6 && < 2.1
196
197
, time-compat >= 1.9.2.2 && < 1.10
@@ -204,7 +205,6 @@ library
204
205
, binary-instances >= 1 && < 1.1
205
206
, cryptohash-sha1 >= 0.11.100.1 && < 0.12
206
207
, deepseq-generics >= 0.2.0.0 && < 0.3
207
- , exceptions >= 0.10.2 && < 0.11
208
208
, hashable >= 1.2.7.0 && < 1.5
209
209
, http-client >= 0.5.12 && < 0.8
210
210
, http-link-header >= 1.0.3.1 && < 1.3
You can’t perform that action at this time.
0 commit comments