| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-warp-doc | Distribution: openSUSE Tumbleweed |
| Version: 3.4.9 | Vendor: openSUSE |
| Release: 1.3 | Build date: Sat Sep 13 21:29:59 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 2660048 | Source RPM: ghc-warp-3.4.9-1.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/warp | |
| Summary: Haskell warp library documentation | |
This package provides the Haskell warp library documentation.
MIT
* Sat Sep 13 2025 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.9.
[#]# 3.4.9
* New flag `include-warp-version` can be disabled to remove dependency on `Paths_warp`.
[#1044](https://github.com/yesodweb/wai/pull/1044)
* Tue Jun 03 2025 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.8.
[#]# 3.4.8
* Label the internal hack thread on Windows used to make socket
listening interruptible.
* Tue Dec 03 2024 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.7.
[#]# 3.4.7
* Using time-manager >= 0.2.
[#]# 3.4.6
* Using `withHandle` of time-manager.
* Tue Nov 19 2024 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.5.
[#]# 3.4.5
* Rethrowing asynchronous exceptions and preventing callsing
`connClose` twice.
[#1013](https://github.com/yesodweb/wai/pull/1013)
* Thu Nov 07 2024 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.4.
[#]# 3.4.4
* Removing `unliftio`.
* Tue Oct 15 2024 Peter Simons <psimons@suse.com>
- Update warp to version 3.4.3.
[#]# 3.4.3
* Waiting untill the number of FDs desreases on EMFILE.
[#1009](https://github.com/yesodweb/wai/pull/1009)
[#]# 3.4.2
* serveConnection is re-exported from the Internal module.
[#1007](https://github.com/yesodweb/wai/pull/1007)
[#]# 3.4.1
* Using time-manager v0.1.0, and auto-update v0.2.0.
[#986](https://github.com/yesodweb/wai/pull/986)
[#]# 3.4.0
* Reworked request lines (`CRLF`) parsing: [#968](https://github.com/yesodweb/wai/pulls)
* We do not accept multiline headers anymore.
([`RFC 7230`](https://www.rfc-editor.org/rfc/rfc7230#section-3.2.4) deprecated it 10 years ago)
* Reworked request lines (`CRLF`) parsing to not unnecessarily copy bytestrings.
* Using http2 v5.1.0.
* `fourmolu` is used as an official formatter.
* Fri Nov 24 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.31.
[#]# 3.3.31
* Supporting http2 v5.0.
* Wed Oct 25 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.30.
[#]# 3.3.30
* Length of `ResponseBuilder` responses will now also be passed to the logger.
[#946](https://github.com/yesodweb/wai/pull/946)
* Using `If-(None-)Match` headers simultaneously with `If-(Un)Modified-Since` headers now
follow the RFC 9110 standard. So `If-(Un)Modified-Since` headers will be correctly ignored
if their respective `-Match` counterpart is also present in the request headers.
[#945](https://github.com/yesodweb/wai/pull/945)
* Fixed adding superfluous `Server` header when using HTTP/2.0 if response already has it.
[#943](https://github.com/yesodweb/wai/pull/943)
[#]# 3.3.29
* Preparing coming "http2" v4.2.0.
[#]# 3.3.28
* Fix for the "-x509" flag
[#935](https://github.com/yesodweb/wai/pull/935)
[#]# 3.3.27
* Fixing busy loop due to eMFILE
[#933](https://github.com/yesodweb/wai/pull/933)
[#]# 3.3.26
* Using crypton instead of cryptonite.
[#931](https://github.com/yesodweb/wai/pull/931)
* Wed Oct 25 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.25 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Mar 16 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.25.
[#]# 3.3.25
* Catching up the signature change of openFd in the unix package v2.8.
[#926](https://github.com/yesodweb/wai/pull/926)
* Wed Feb 08 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.24.
[#]# 3.3.24
* Switching the version of the "recv" package from 0.0.x to 0.1.x.
* Thu Jan 26 2023 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.23 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Wed Sep 28 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.23.
[#]# 3.3.23
* Add `setAccept` for hooking the socket `accept` call.
[#912](https://github.com/yesodweb/wai/pull/912)
* Removed some package dependencies from test suite
[#902](https://github.com/yesodweb/wai/pull/902)
* Factored out `Network.Wai.Handler.Warp.Recv` to its own package `recv`.
[#899](https://github.com/yesodweb/wai/pull/899)
* Tue Aug 09 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.22.
[#]# 3.3.22
* Creating a bigger buffer when the current one is too small to fit the Builder
[#895](https://github.com/yesodweb/wai/pull/895)
* Using InvalidRequest instead of HTTP2Error
[#890](https://github.com/yesodweb/wai/pull/890)
* Mon May 30 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.21.
[#]# 3.3.21
* Support GHC 9.4 [#889](https://github.com/yesodweb/wai/pull/889)
* Mon Mar 07 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.20.
[#]# 3.3.20
* Adding "x509" flag.
[#871](https://github.com/yesodweb/wai/pull/871)
* Wed Feb 02 2022 Peter Simons <psimons@suse.com>
- Update warp to version 3.3.19.
[#]# 3.3.19
* Allowing the eMFILE exception in acceptNewConnection.
[#831](https://github.com/yesodweb/wai/pull/831)
/usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9 /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/Network-Wai-Handler-Warp-Internal.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/Network-Wai-Handler-Warp.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-A.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-All.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-B.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-C.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-D.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-E.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-F.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-G.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-H.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-I.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-K.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-M.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-N.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-O.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-P.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-Q.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-R.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-S.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-T.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index-W.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/doc-index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/haddock-bundle.min.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/index.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/linuwial.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/meta.json /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/quick-jump.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Buffer.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Conduit.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Counter.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Date.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.FdCache.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.File.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.FileInfoCache.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP1.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.File.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.PushPromise.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.Request.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.Response.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HTTP2.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.HashMap.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Header.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.IO.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Imports.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Internal.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.MultiMap.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.PackInt.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.ReadInt.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Request.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.RequestHeader.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Response.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.ResponseHeader.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Run.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.SendFile.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Settings.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Types.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.Windows.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.WithApplication.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Network.Wai.Handler.Warp.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/Paths_warp.html /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/highlight.js /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/src/style.css /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/synopsis.png /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/warp.haddock /usr/share/doc/packages/ghc-9.12.2/html/libraries/warp-3.4.9/warp.txt /usr/share/licenses/ghc-warp-doc /usr/share/licenses/ghc-warp-doc/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 13 22:25:22 2025