Accepting request 1231487 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-wai-extra?expand=0&rev=16
This commit is contained in:
commit
0f160eb2a2
@ -1,22 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 6 05:03:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update wai-extra to version 3.1.16.
|
||||||
|
## 3.1.16
|
||||||
|
|
||||||
|
* Substituted `data-default-class` for `data-default` [#1010](https://github.com/yesodweb/wai/pull/1010)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 15 00:48:13 UTC 2024 - Peter Simons <psimons@suse.com>
|
Wed May 15 00:48:13 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
- Update wai-extra to version 3.1.15.
|
- Update wai-extra to version 3.1.15.
|
||||||
Upstream has edited the change log file since the last release in
|
|
||||||
a non-trivial way, i.e. they did more than just add a new entry
|
|
||||||
at the top. You can review the file at:
|
|
||||||
http://hackage.haskell.org/package/wai-extra-3.1.15/src/ChangeLog.md
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 12 06:29:36 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update wai-extra to version 3.1.14.
|
|
||||||
## 3.1.15
|
## 3.1.15
|
||||||
|
|
||||||
* Request parsing throws an exception rather than `error`ing [#964](https://github.com/yesodweb/wai/pull/964):
|
* Request parsing throws an exception rather than `error`ing [#964](https://github.com/yesodweb/wai/pull/964):
|
||||||
* Add `RequestParseException` type and expose it from the `Network.Wai.Parse` module.
|
* Add `RequestParseException` type and expose it from the `Network.Wai.Parse` module.
|
||||||
* Behavior change : `parseRequestBody` and `parseRequestBodyEx` (exported from `Network.Wai.Parse`) throw `RequestParseException` rather than calling `error`.
|
* Behavior change : `parseRequestBody` and `parseRequestBodyEx` (exported from `Network.Wai.Parse`) throw `RequestParseException` rather than calling `error`.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 12 06:29:36 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update wai-extra to version 3.1.14.
|
||||||
## 3.1.14.0
|
## 3.1.14.0
|
||||||
|
|
||||||
* `defaultGzipSettings` now exported to not depend on `Data.Default` [#959](https://github.com/yesodweb/wai/pull/959)
|
* `defaultGzipSettings` now exported to not depend on `Data.Default` [#959](https://github.com/yesodweb/wai/pull/959)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.1.15
|
Version: 3.1.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Provides some basic WAI handlers and middleware
|
Summary: Provides some basic WAI handlers and middleware
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -47,8 +47,8 @@ BuildRequires: ghc-containers-devel
|
|||||||
BuildRequires: ghc-containers-prof
|
BuildRequires: ghc-containers-prof
|
||||||
BuildRequires: ghc-cookie-devel
|
BuildRequires: ghc-cookie-devel
|
||||||
BuildRequires: ghc-cookie-prof
|
BuildRequires: ghc-cookie-prof
|
||||||
BuildRequires: ghc-data-default-class-devel
|
BuildRequires: ghc-data-default-devel
|
||||||
BuildRequires: ghc-data-default-class-prof
|
BuildRequires: ghc-data-default-prof
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-directory-prof
|
BuildRequires: ghc-directory-prof
|
||||||
BuildRequires: ghc-fast-logger-devel
|
BuildRequires: ghc-fast-logger-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd1afbedd63b77ff24949555f926ff0d2679887faef270874e338ec90634e858
|
|
||||||
size 86408
|
|
3
wai-extra-3.1.16.tar.gz
Normal file
3
wai-extra-3.1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:122aab746c447e1f4e2fbda628f89b7016cc89244bb7539d8bf51346f03cf6bc
|
||||||
|
size 86038
|
Loading…
Reference in New Issue
Block a user