4
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=118
This commit is contained in:
2021-04-23 12:19:12 +00:00
committed by Git OBS Bridge
parent 619b78ed14
commit 06034fe693
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Apr 22 10:05:02 UTC 2021 - psimons@suse.com
- Update http-client to version 0.7.8.
## 0.7.8
* Include the original `Request` in the `Response`. Expose it via `getOriginalRequest`.
-------------------------------------------------------------------
Wed Apr 14 17:26:45 UTC 2021 - psimons@suse.com
- Update http-client to version 0.7.7.
## 0.7.7
* Allow secure cookies for localhost without HTTPS [#460](https://github.com/snoyberg/http-client/pull/460)
-------------------------------------------------------------------
Sun Feb 21 12:49:09 UTC 2021 - psimons@suse.com