Changelog for
ghc-warp-tls-doc-3.3.6-5.22.noarch.rpm :
* Mon Jul 24 2023 Peter Simons
- Update warp-tls to version 3.3.6 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Mar 23 2023 Peter Simons - Update warp-tls to version 3.3.6. [#]# 3.3.6
* Setting FD_CLOEXEC on the listening socket. [#923](https://github.com/yesodweb/wai/pull/923)
* Wed Feb 08 2023 Peter Simons - Update warp-tls to version 3.3.5. [#]# 3.3.5
* Switching the version of the \"recv\" package from 0.0.x to 0.1.x.
* Wed Sep 28 2022 Peter Simons - Update warp-tls to version 3.3.4. [#]# 3.3.4
* Integrated customizable `accept` hook from `Network.Wai.Handler.Warp.Settings` (cf. `setAccept`) [#912](https://github.com/yesodweb/wai/pull/912)
* Adjusted `httpOverTls` because of the factoring out of `Network.Wai.Handler.Warp.Recv` to its own package `recv` in the `warp` package. [#899](https://github.com/yesodweb/wai/pull/899)
* Wed Aug 10 2022 Peter Simons - Update warp-tls to version 3.3.3. [#] ChangeLog [#]# 3.3.3
* Creating a bigger buffer when the current one is too small to fit the Builder [#895](https://github.com/yesodweb/wai/pull/895)
* Expose TLS.supportedHashSignatures via TLSSettings [#872](https://github.com/yesodweb/wai/pull/872)
* Wed Sep 29 2021 psimonsAATTsuse.com- Update warp-tls to version 3.3.2. [#]# 3.3.2
* Providing the Internal module. [#841](https://github.com/yesodweb/wai/issues/841)
* Thu May 27 2021 psimonsAATTsuse.com- Update warp-tls to version 3.3.1. [#]# 3.3.1
* Move exception handling over to `unliftio` for better async exception support [#845](https://github.com/yesodweb/wai/issues/845)
* Cleanly close connection when client closes connection prematurely [#844](https://github.com/yesodweb/wai/issues/844)
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.