Accepting request 857702 from devel:languages:haskell
update haskell stack in openSUSE OBS-URL: https://build.opensuse.org/request/show/857702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-wai-extra?expand=0&rev=6
This commit is contained in:
commit
4b2b813a38
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 13:07:29 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update wai-extra to version 3.1.4.1.
|
||||
## 3.1.4.1
|
||||
|
||||
* `Network.Wai.Middleware.Gzip`: Add `Vary: Accept-Encoding` header to responses [#829](https://github.com/yesodweb/wai/pull/829)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 13:36:19 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update wai-extra to version 3.1.4.
|
||||
## 3.1.4
|
||||
|
||||
* Export `Network.Wai.Middleware.RequestLogger.JSON.requestToJSON` [#827](https://github.com/yesodweb/wai/pull/827)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 09:25:27 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update wai-extra to version 3.1.3.
|
||||
## 3.1.3
|
||||
|
||||
* Add a `DetailedWithSettings` output format for `RequestLogger` that allows to hide requests and modify query parameters [#826](https://github.com/yesodweb/wai/pull/826)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 15:34:15 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name wai-extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.1.2
|
||||
Version: 3.1.4.1
|
||||
Release: 0
|
||||
Summary: Provides some basic WAI handlers and middleware
|
||||
License: MIT
|
||||
@ -58,6 +58,7 @@ BuildRequires: ghc-wai-devel
|
||||
BuildRequires: ghc-wai-logger-devel
|
||||
BuildRequires: ghc-word8-devel
|
||||
BuildRequires: ghc-zlib-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a9a70553e8421aaa1fc0858f0ca25fa07cf12f2eaabdb8e970894b4b4fa5a0d
|
||||
size 65712
|
3
wai-extra-3.1.4.1.tar.gz
Normal file
3
wai-extra-3.1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a849e20771c177819cc5a815235d2dc5755e90e67b10af6b57f2bd0c7df2561
|
||||
size 67063
|
Loading…
Reference in New Issue
Block a user