Skip to content

Commit dd795ae

Browse files
committed
Bump to http-client-0.5.3.1
Without this, using stack upload with digest support triggers snoyberg/http-client#225. This change could arguably be made in a separate PR, but including with digest support since it would be a very dangerous idea to not bump the http-client version.
1 parent f2db579 commit dd795ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

stack-7.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-deps:
2020
- project-template-0.2.0
2121
- filelock-0.1.0.1
2222
- gitrev-1.2.0
23-
- http-client-0.5.0
23+
- http-client-0.5.3.1
2424
- http-conduit-2.2.0
2525
- ignore-0.1.1.0
2626
- binary-tagged-0.1.3.1

stack-8.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nix:
99
packages:
1010
- zlib
1111
extra-deps:
12-
- http-client-0.5.0
12+
- http-client-0.5.3.1
1313
- http-conduit-2.2.0
1414
- http-client-tls-0.3.1
1515
- unicode-transforms-0.1.0.1

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ library
186186
, hashable >= 1.2.3.2
187187
, hit
188188
, hpc
189-
, http-client >= 0.5.0
189+
, http-client >= 0.5.3.1
190190
, http-client-tls >= 0.3.1
191191
, http-conduit >= 2.2.0
192192
, http-types >= 0.8.6 && < 0.10

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extra-deps:
1616
- store-0.2.1.0
1717
- store-core-0.2.0.0
1818
- th-orphans-0.13.1
19-
- http-client-0.5.0
19+
- http-client-0.5.3.1
2020
- http-client-tls-0.3.1
2121
- http-conduit-2.2.0
2222
- optparse-applicative-0.13.0.0

0 commit comments

Comments
 (0)