| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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)
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Add wai at version 3.2.2.1.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 3.2.1.1 revision 0 with cabal2obs. This update obsoletes remove-dep.patch.
- update to 3.2.1.1 - refreshed remove-dep.patch * Relax upper bound on bytestring-builder
- update to 3.2.1 * add mapResponseStatus
- update to 3.2.0.1
- update to 3.2.0
* Major version up due to breaking changes. We chose 3.2.0, not 3.1.0 for
consistency with Warp 3.2.0.
* The Network.Wai.HTTP2 module was removed.
* tryGetFileSize, hContentRange, hAcceptRanges, contentRangeHeader and
chooseFilePart, adjustForFilePart and parseByteRanges were removed from
the Network.Wai.Internal module.
* New fields for Request: requestHeaderReferer and requestHeaderUserAgent.
- update to 3.0.5.0 * Avoid using the IsString Builder instance * A new module Network.Wai.HTTP2 is exported. * mapResponseHeaders, ifRequest and modifyResponse are exported. - add remove-dep.patch mimi.vx@gmail.com -- remove bytestring-builder dep
- update to 3.0.3.0
- initial commit