forked from pool/ghc-wai
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-wai revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-wai?expand=0&rev=9
This commit is contained in:
parent
c186ac9ec1
commit
343c2a9f61
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 09:01:12 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update wai to version 3.2.3.
|
||||||
|
## 3.2.3
|
||||||
|
|
||||||
|
* Add documentation recommending streaming request bodies. [#818](https://github.com/yesodweb/wai/pull/818)
|
||||||
|
* Add two functions, `consumeRequestBodyStrict` and `consumeRequestBodyLazy`,
|
||||||
|
that are synonyms for `strictRequestBody` and `lazyRequestBody`. [#818](https://github.com/yesodweb/wai/pull/818)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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-wai
|
# spec file for package ghc-wai
|
||||||
#
|
#
|
||||||
# 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 wai
|
%global pkg_name wai
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.2.2.1
|
Version: 3.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Web Application Interface
|
Summary: Web Application Interface
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -31,7 +31,6 @@ BuildRequires: ghc-http-types-devel
|
|||||||
BuildRequires: ghc-network-devel
|
BuildRequires: ghc-network-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
|
||||||
BuildRequires: ghc-vault-devel
|
BuildRequires: ghc-vault-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fef72486e3a9e01f564abfb680f6eac9b553f8195cae8ed903d960da55380815
|
|
||||||
size 10221
|
|
3
wai-3.2.3.tar.gz
Normal file
3
wai-3.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5574d6541000988fe204d3032db87fd0a5404cdbde33ee4fa02e6006768229f8
|
||||||
|
size 11619
|
Loading…
Reference in New Issue
Block a user