11cabal-version : 2.4
22name : github
3- version : 0.29
4- x-revision : 5
3+ version : 0.29.1
54synopsis : Access to the GitHub API, v3.
65category : Network
76description :
@@ -42,9 +41,6 @@ tested-with:
4241 GHC == 8.6.5
4342 GHC == 8.4.4
4443 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
4844
4945extra-doc-files :
5046 README.md
@@ -66,11 +62,9 @@ library
6662 default-language : Haskell2010
6763 ghc-options :
6864 -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.
7468 hs-source-dirs : src
7569 default-extensions :
7670 DataKinds
@@ -188,15 +182,15 @@ library
188182
189183 -- Packages bundles with GHC, mtl and text are also here
190184 build-depends :
191- base >= 4.7 && < 5
185+ base >= 4.10 && < 5
192186 , binary >= 0.7.1.0 && < 0.11
193187 , bytestring >= 0.10.4.0 && < 0.13
194188 , containers >= 0.5.5.1 && < 0.8
195189 , deepseq >= 1.3.0.2 && < 1.6
196190 , exceptions >= 0.10.2 && < 0.11
197191 , mtl >= 2.1.3.1 && < 2.2 || >= 2.2.1 && < 2.4
198192 , text >= 1.2.0.6 && < 2.2
199- , time-compat >= 1.9.2 .2 && < 1.10
193+ , time >= 1.8.0 .2 && < 2
200194 , transformers >= 0.3.0.0 && < 0.7
201195
202196 -- other packages
@@ -229,9 +223,6 @@ library
229223 http-client-tls >= 0.3.5.3 && < 0.4
230224 , tls >= 1.4.1
231225
232- if !impl(ghc >= 8.0 )
233- build-depends : semigroups >= 0.18.5 && < 0.20
234-
235226test-suite github-test
236227 default-language : Haskell2010
237228 type : exitcode-stdio-1.0
0 commit comments