Skip to content

Commit 7ba0864

Browse files
committed
v0.29-r3: allow deepseq-1.5 for GHC 9.8
1 parent d94e93a commit 7ba0864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

github.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22
name: github
33
version: 0.29
4-
x-revision: 2
4+
x-revision: 3
55
synopsis: Access to the GitHub API, v3.
66
category: Network
77
description:
@@ -190,7 +190,8 @@ library
190190
, binary >=0.7.1.0 && <0.11
191191
, bytestring >=0.10.4.0 && <0.13
192192
, 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
194195
, mtl >=2.1.3.1 && <2.2 || >=2.2.1 && <2.4
195196
, text >=1.2.0.6 && <2.1
196197
, time-compat >=1.9.2.2 && <1.10
@@ -204,7 +205,6 @@ library
204205
, binary-instances >=1 && <1.1
205206
, cryptohash-sha1 >=0.11.100.1 && <0.12
206207
, deepseq-generics >=0.2.0.0 && <0.3
207-
, exceptions >=0.10.2 && <0.11
208208
, hashable >=1.2.7.0 && <1.5
209209
, http-client >=0.5.12 && <0.8
210210
, http-link-header >=1.0.3.1 && <1.3

0 commit comments

Comments
 (0)