4
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:23, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=120
This commit is contained in:
2021-09-10 10:03:06 +00:00
committed by Git OBS Bridge
parent 06034fe693
commit bd9482bae5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 10 09:27:55 UTC 2021 - psimons@suse.com
- Update http-client to version 0.7.9.
## 0.7.9
* Exceptions from streamed request body now cause the request to fail. Previously they were
routed through onRequestBodyException and, by default, the IOExceptions were discarded.
-------------------------------------------------------------------
Thu Apr 22 10:05:02 UTC 2021 - psimons@suse.com