forked from pool/ghc-wai-extra
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
748b2c5ddd | |||
ec031b3f37 | |||
7ad7895058 | |||
0f160eb2a2 | |||
f5a9ba4f8b |
@@ -1,22 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 06:52:33 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update wai-extra to version 3.1.17.
|
||||
## 3.1.17
|
||||
|
||||
* Started deprecation of `data-default` [#1011](https://github.com/yesodweb/wai/pull/1011)
|
||||
* All `Default` instances have comments that these will be removed in a future major version.
|
||||
* `def` exported from `Network.Wai.Middleware.Gzip` now has a deprecation warning
|
||||
* All uses of `def` have been replaced with explicit `default{TYPE_NAME}` values.
|
||||
* Some additional documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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
|
||||
|
||||
* 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.
|
||||
* 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
|
||||
|
||||
* `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}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.1.15
|
||||
Version: 3.1.17
|
||||
Release: 0
|
||||
Summary: Provides some basic WAI handlers and middleware
|
||||
License: MIT
|
||||
@@ -47,8 +47,8 @@ BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-cookie-devel
|
||||
BuildRequires: ghc-cookie-prof
|
||||
BuildRequires: ghc-data-default-class-devel
|
||||
BuildRequires: ghc-data-default-class-prof
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-directory-prof
|
||||
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.17.tar.gz
Normal file
3
wai-extra-3.1.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7d66e48509331e9035ec487f58b4015886b64debf260eac62eb11a647de014b
|
||||
size 86677
|
Reference in New Issue
Block a user