Skip to content

Commit

Permalink
Merge pull request #2740 from robbinch/bump-http-client
Browse files Browse the repository at this point in the history
Bump http-client version to fix broken https proxy functionality
  • Loading branch information
mgsloan authored Oct 25, 2016
2 parents 8991add + eb0d8a7 commit 2f35e13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stack-7.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extra-deps:
- project-template-0.2.0
- filelock-0.1.0.1
- gitrev-1.2.0
- http-client-0.5.3.1
- http-client-0.5.3.3
- http-conduit-2.2.0
- ignore-0.1.1.0
- binary-tagged-0.1.3.1
Expand Down
2 changes: 1 addition & 1 deletion stack-8.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nix:
packages:
- zlib
extra-deps:
- http-client-0.5.3.1
- http-client-0.5.3.3
- http-conduit-2.2.0
- http-client-tls-0.3.3
- optparse-applicative-0.13.0.0
Expand Down
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ library
, hashable >= 1.2.3.2
, hit
, hpc
, http-client >= 0.5.3.1
, http-client >= 0.5.3.3
, http-client-tls >= 0.3.3
, http-conduit >= 2.2.0
, http-types >= 0.8.6 && < 0.10
Expand Down Expand Up @@ -290,7 +290,7 @@ executable stack
, filelock >= 0.1.0.1
, filepath >= 1.3.0.2
, hpack >= 0.14.0 && < 0.16
, http-client >= 0.5.0
, http-client >= 0.5.3.3
-- https://github.com/basvandijk/lifted-base/issues/31
, lifted-base < 0.2.3.7 || > 0.2.3.7
, microlens >= 0.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra-deps:
- store-0.2.1.2
- store-core-0.2.0.2
- th-orphans-0.13.1
- http-client-0.5.3.1
- http-client-0.5.3.3
- http-client-tls-0.3.3
- http-conduit-2.2.0
- optparse-applicative-0.13.0.0
Expand Down

0 comments on commit 2f35e13

Please sign in to comment.