stack.yaml: Build with http-client-0.5.14 to get a bug fix to http header parsing

The cabal file does not yet demand this version because it's not in Debian
yet and only affects use of certian broken http servers, but let's use it
when it's easily available.
This commit is contained in:
Joey Hess 2019-07-09 10:10:05 -04:00
parent e7423e4204
commit 25f7a79217
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@ git-annex (7.20190709) UNRELEASED; urgency=medium
* Drop support for building with ghc older than 8.4.4, * Drop support for building with ghc older than 8.4.4,
and with older versions of serveral haskell libraries. and with older versions of serveral haskell libraries.
* stack.yaml: Build with http-client-0.5.14 to get a bug fix to http header
parsing.
* Add BLAKE2BP512 and BLAKE2BP512E backends, using a blake2 variant * Add BLAKE2BP512 and BLAKE2BP512E backends, using a blake2 variant
optimised for 4-way CPUs. optimised for 4-way CPUs.

View file

@ -22,6 +22,7 @@ extra-deps:
- tasty-rerun-1.1.13 - tasty-rerun-1.1.13
- torrent-10000.1.1 - torrent-10000.1.1
- sandi-0.5 - sandi-0.5
- http-client-0.5.14
explicit-setup-deps: explicit-setup-deps:
git-annex: true git-annex: true
resolver: lts-13.6 resolver: lts-13.6