Accepting request 864465 from devel:languages:haskell
Automatic update of haskell stack in oSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/864465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-wai?expand=0&rev=4
This commit is contained in:
commit
644c6f14cb
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name wai
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.2.2.1
|
||||
Version: 3.2.3
|
||||
Release: 0
|
||||
Summary: Web Application Interface
|
||||
License: MIT
|
||||
@ -31,7 +31,6 @@ BuildRequires: ghc-http-types-devel
|
||||
BuildRequires: ghc-network-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-vault-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%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