1
1
cabal-version : 2.4
2
2
name : github
3
- version : 0.29
4
- x-revision : 5
3
+ version : 0.29.1
5
4
synopsis : Access to the GitHub API, v3.
6
5
category : Network
7
6
description :
@@ -42,9 +41,6 @@ tested-with:
42
41
GHC == 8.6.5
43
42
GHC == 8.4.4
44
43
GHC == 8.2.2
45
- -- Build failure of HsOpenSSL with GHC 8.0
46
- -- https://github.com/haskell-cryptography/HsOpenSSL/issues/97
47
- -- GHC == 8.0.2
48
44
49
45
extra-doc-files :
50
46
README.md
@@ -66,11 +62,9 @@ library
66
62
default-language : Haskell2010
67
63
ghc-options :
68
64
-Wall
69
- if impl(ghc >= 8.0 )
70
- ghc-options :
71
- -Wcompat
72
- -Wno-star-is-type
73
- -- The star-is-type warning cannot be sensiblity addressed while supporting GHC 7.
65
+ -Wcompat
66
+ -Wno-star-is-type
67
+ -- The star-is-type warning cannot be sensiblity addressed while supporting GHC 7.
74
68
hs-source-dirs : src
75
69
default-extensions :
76
70
DataKinds
@@ -188,15 +182,15 @@ library
188
182
189
183
-- Packages bundles with GHC, mtl and text are also here
190
184
build-depends :
191
- base >= 4.7 && < 5
185
+ base >= 4.10 && < 5
192
186
, binary >= 0.7.1.0 && < 0.11
193
187
, bytestring >= 0.10.4.0 && < 0.13
194
188
, containers >= 0.5.5.1 && < 0.8
195
189
, deepseq >= 1.3.0.2 && < 1.6
196
190
, exceptions >= 0.10.2 && < 0.11
197
191
, mtl >= 2.1.3.1 && < 2.2 || >= 2.2.1 && < 2.4
198
192
, text >= 1.2.0.6 && < 2.2
199
- , time-compat >= 1.9.2 .2 && < 1.10
193
+ , time >= 1.8.0 .2 && < 2
200
194
, transformers >= 0.3.0.0 && < 0.7
201
195
202
196
-- other packages
@@ -229,9 +223,6 @@ library
229
223
http-client-tls >= 0.3.5.3 && < 0.4
230
224
, tls >= 1.4.1
231
225
232
- if !impl(ghc >= 8.0 )
233
- build-depends : semigroups >= 0.18.5 && < 0.20
234
-
235
226
test-suite github-test
236
227
default-language : Haskell2010
237
228
type : exitcode-stdio-1.0
0 commit comments