Skip to content

Commit d94e93a

Browse files
committed
v0.29 revision 2: allow bytestring-0.12
1 parent f701d41 commit d94e93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github.cabal

Lines changed: 2 additions & 2 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: 1
4+
x-revision: 2
55
synopsis: Access to the GitHub API, v3.
66
category: Network
77
description:
@@ -188,7 +188,7 @@ library
188188
build-depends:
189189
base >=4.7 && <5
190190
, binary >=0.7.1.0 && <0.11
191-
, bytestring >=0.10.4.0 && <0.12
191+
, bytestring >=0.10.4.0 && <0.13
192192
, containers >=0.5.5.1 && <0.7
193193
, deepseq >=1.3.0.2 && <1.5
194194
, mtl >=2.1.3.1 && <2.2 || >=2.2.1 && <2.4

0 commit comments

Comments
 (0)