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:
parent
e7423e4204
commit
25f7a79217
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@ git-annex (7.20190709) UNRELEASED; urgency=medium
|
|||
|
||||
* Drop support for building with ghc older than 8.4.4,
|
||||
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
|
||||
optimised for 4-way CPUs.
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ extra-deps:
|
|||
- tasty-rerun-1.1.13
|
||||
- torrent-10000.1.1
|
||||
- sandi-0.5
|
||||
- http-client-0.5.14
|
||||
explicit-setup-deps:
|
||||
git-annex: true
|
||||
resolver: lts-13.6
|
||||
|
|
Loading…
Reference in a new issue