11name : github
2- version : 0.19
3- x-revision : 3
2+ version : 0.20
43synopsis : Access to the GitHub API, v3.
54description :
65 The GitHub API provides programmatic access to the full
@@ -140,6 +139,7 @@ Library
140139 -- Packages bundles with GHC, mtl and text are also here
141140 build-depends :
142141 base >= 4.7 && < 4.12 ,
142+ binary >= 0.7.1.0 && < 0.10 ,
143143 bytestring >= 0.10.4.0 && < 0.11 ,
144144 containers >= 0.5.5.1 && < 0.6 ,
145145 deepseq >= 1.3.0.2 && < 1.5 ,
@@ -150,34 +150,28 @@ Library
150150
151151 -- other packages
152152 build-depends :
153- aeson >= 0.7 .0.6 && < 1.5 ,
154- base-compat >= 0.9.1 && < 0.11 ,
153+ aeson >= 1.4 .0.0 && < 1.5 ,
154+ base-compat >= 0.10.4 && < 0.11 ,
155155 base16-bytestring >= 0.1.1.6 && < 0.2 ,
156- binary >= 0.7.1.0 && < 0.10 ,
157- binary-orphans >= 0.1.0.0 && < 0.2 ,
156+ binary-orphans >= 0.1.8.0 && < 0.2 ,
158157 byteable >= 0.1.1 && < 0.2 ,
159- cryptohash >= 0.11 && < 0.12 ,
160- deepseq-generics >= 0.1.1.2 && < 0.3 ,
161- exceptions >= 0.8.0.2 && < 0.11 ,
162- hashable >= 1.2.3.3 && < 1.3 ,
163- http-client >= 0.4.8.1 && < 0.6 ,
164- http-client-tls >= 0.2.2 && < 0.4 ,
165- http-link-header >= 1.0.1 && < 1.1 ,
158+ cryptohash >= 0.11.9 && < 0.12 ,
159+ deepseq-generics >= 0.2.0.0 && < 0.3 ,
160+ exceptions >= 0.10.0 && < 0.11 ,
161+ hashable >= 1.2.7.0 && < 1.3 ,
162+ http-client >= 0.5.12 && < 0.6 ,
163+ http-client-tls >= 0.3.5.3 && < 0.4 ,
164+ http-link-header >= 1.0.3.1 && < 1.1 ,
166165 http-types >= 0.12.1 && < 0.13 ,
167- iso8601-time >= 0.1.4 && < 0.2 ,
168- network-uri >= 2.6.0.3 && < 2.7 ,
169- semigroups >= 0.16.2.2 && < 0.19 ,
170- transformers-compat >= 0.4.0.3 && < 0.7 ,
171- unordered-containers >= 0.2 && < 0.3 ,
172- vector >= 0.10.12.3 && < 0.13 ,
173- vector-instances >= 3.3.0.1 && < 3.5 ,
174-
175- tls >= 1.3.5
166+ iso8601-time >= 0.1.5 && < 0.2 ,
167+ network-uri >= 2.6.1.0 && < 2.7 ,
168+ semigroups >= 0.18.5 && < 0.19 ,
169+ transformers-compat >= 0.6 && < 0.7 ,
170+ unordered-containers >= 0.2.9.0 && < 0.3 ,
171+ vector >= 0.12.0.1 && < 0.13 ,
172+ vector-instances >= 3.4 && < 3.5 ,
176173
177- if flag(aeson-compat)
178- build-depends : aeson-compat >= 0.3.0.0 && < 0.4
179- else
180- build-depends : aeson-extra >= 0.2.0.0 && < 0.3
174+ tls >= 1.4.1
181175
182176test-suite github-test
183177 default-language : Haskell2010
@@ -188,28 +182,25 @@ test-suite github-test
188182 other-modules :
189183 GitHub.ActivitySpec
190184 GitHub.CommitsSpec
191- GitHub.OrganizationsSpec
185+ GitHub.EventsSpec
192186 GitHub.IssuesSpec
193- GitHub.PullRequestsSpec
187+ GitHub.OrganizationsSpec
194188 GitHub.PullRequestReviewsSpec
189+ GitHub.PullRequestsSpec
190+ GitHub.RateLimitSpec
195191 GitHub.ReleasesSpec
196192 GitHub.ReposSpec
197193 GitHub.SearchSpec
198194 GitHub.UsersSpec
199- GitHub.EventsSpec
200195 main-is : Spec.hs
201196 ghc-options : -Wall
202- build-tool-depends : hspec-discover :hspec-discover
197+ build-tool-depends : hspec-discover :hspec-discover >= 2.5.6 && < 2.6
203198 build-depends : base,
204199 base-compat,
200+ aeson,
205201 bytestring,
206202 github,
207203 vector,
208204 unordered-containers,
209205 file-embed,
210- hspec
211- if flag(aeson-compat)
212- build-depends : aeson-compat
213- else
214- build-depends : aeson-extra
215-
206+ hspec >= 2.5.6 && < 2.6
0 commit comments