Skip to content

Commit a9a5e85

Browse files
committed
Allow http-client-0.6; bump hspec versions
1 parent 66eb08c commit a9a5e85

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
@@ -154,7 +154,7 @@ Library
154154
deepseq-generics >=0.2.0.0 && <0.3,
155155
exceptions >=0.10.0 && <0.11,
156156
hashable >=1.2.7.0 && <1.3,
157-
http-client >=0.5.12 && <0.6,
157+
http-client >=0.5.12 && <0.7,
158158
http-client-tls >=0.3.5.3 && <0.4,
159159
http-link-header >=1.0.3.1 && <1.1,
160160
http-types >=0.12.1 && <0.13,
@@ -189,7 +189,7 @@ test-suite github-test
189189
GitHub.UsersSpec
190190
main-is: Spec.hs
191191
ghc-options: -Wall
192-
build-tool-depends: hspec-discover:hspec-discover >=2.5.6 && <2.6
192+
build-tool-depends: hspec-discover:hspec-discover >=2.6.1 && <2.7
193193
build-depends: base,
194194
base-compat,
195195
aeson,
@@ -198,4 +198,4 @@ test-suite github-test
198198
vector,
199199
unordered-containers,
200200
file-embed,
201-
hspec >= 2.5.6 && <2.6
201+
hspec >= 2.6.1 && <2.7

0 commit comments

Comments
 (0)