forked from pool/ghc-http-client
Accepting request 864458 from devel:languages:haskell
Automatic update of haskell stack in oSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/864458 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client?expand=0&rev=40
This commit is contained in:
commit
3f6a262994
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 15:28:50 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update http-client to version 0.7.4.
|
||||||
|
## 0.7.4
|
||||||
|
|
||||||
|
* Depend on base64-bytestring instead of memory [#453](https://github.com/snoyberg/http-client/pull/453)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-http-client
|
# spec file for package ghc-http-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.3
|
Version: 0.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An HTTP client engine
|
Summary: An HTTP client engine
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,6 +27,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
|
|||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
|
BuildRequires: ghc-base64-bytestring-devel
|
||||||
BuildRequires: ghc-blaze-builder-devel
|
BuildRequires: ghc-blaze-builder-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-case-insensitive-devel
|
BuildRequires: ghc-case-insensitive-devel
|
||||||
@ -36,7 +37,6 @@ 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-memory-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:11316efeb61f6c9472eda877ae49c4c2b902ad05ef8c5b603a9847b2692efe4a
|
|
||||||
size 91453
|
|
3
http-client-0.7.4.tar.gz
Normal file
3
http-client-0.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5aee88d9125e32809866588c3d6d3150678765a2f7601149c30c178f2c849ba8
|
||||||
|
size 91379
|
Loading…
x
Reference in New Issue
Block a user