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:
parent
619b78ed14
commit
06034fe693
@ -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
|
Sun Feb 21 12:49:09 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name http-client
|
%global pkg_name http-client
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.6
|
Version: 0.7.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An HTTP client engine
|
Summary: An HTTP client engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,6 +37,7 @@ BuildRequires: ghc-deepseq-devel
|
|||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-http-types-devel
|
BuildRequires: ghc-http-types-devel
|
||||||
|
BuildRequires: ghc-iproute-devel
|
||||||
BuildRequires: ghc-mime-types-devel
|
BuildRequires: ghc-mime-types-devel
|
||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
BuildRequires: ghc-network-uri-devel
|
BuildRequires: ghc-network-uri-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33f378976118f9d800fa526452ada06314c3b4f9eab134e1a4d215380baea890
|
|
||||||
size 91628
|
|
3
http-client-0.7.8.tar.gz
Normal file
3
http-client-0.7.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18fcaf0340871daa1859596e9338feda65888084e97f782b7c4c003a956b7e10
|
||||||
|
size 92430
|
Loading…
x
Reference in New Issue
Block a user