Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-warp-devel-3.3.31-1.9 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: ghc-warp-devel Distribution: openSUSE Tumbleweed
Version: 3.3.31 Vendor: openSUSE
Release: 1.9 Build date: Fri Nov 24 03:53:02 2023
Group: Unspecified Build host: reproducible
Size: 4454727 Source RPM: ghc-warp-3.3.31-1.9.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/warp
Summary: Haskell warp library development files
This package provides the Haskell warp library development files.

Provides

Requires

License

MIT

Changelog

* 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)
* Sat Nov 20 2021 psimons@suse.com
  - Update warp to version 3.3.18.
    [#]# 3.3.18
    * Tidy up HashMap and MultiMap [#864](https://github.com/yesodweb/wai/pull/864)
    * Support GHC 9.2 [#863](https://github.com/yesodweb/wai/pull/863)
* Tue Jun 22 2021 psimons@suse.com
  - Update warp to version 3.3.17.
    [#]# 3.3.17
    * Modify exception handling to swallow async exceptions in forked thread [#850](https://github.com/yesodweb/wai/issues/850)
    * Switch default forking function to not install the global exception handler (minor optimization) [#851](https://github.com/yesodweb/wai/pull/851)
* Wed May 26 2021 psimons@suse.com
  - Update warp to version 3.3.16.
    [#] ChangeLog for warp
    [#]# 3.3.16
    * Move exception handling over to `unliftio` for better async exception support [#845](https://github.com/yesodweb/wai/issues/845)
* Fri Apr 16 2021 psimons@suse.com
  - Update warp to version 3.3.15.
    [#]# 3.3.15
    * Using http2 v3.
* Thu Feb 04 2021 psimons@suse.com
  - Update warp to version 3.3.14.
    [#]# 3.3.14
    * Drop support for GHC < 8.2.
    * Fix header length calculation for `settingsMaxTotalHeaderLength`
      [#838](https://github.com/yesodweb/wai/pull/838)
    * UTF-8 encoding in `exceptionResponseForDebug`.
      [#836](https://github.com/yesodweb/wai/pull/836)

Files

/usr/lib64/ghc-9.8.2/lib/package.conf.d/warp-3.3.31.conf
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Buffer.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Buffer.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Conduit.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Conduit.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Counter.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Counter.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Date.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Date.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/FdCache.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/FdCache.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/File.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/File.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/FileInfoCache.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/FileInfoCache.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP1.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP1.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/File.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/File.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/PushPromise.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/PushPromise.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Request.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Request.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Response.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Response.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Types.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HTTP2/Types.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HashMap.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/HashMap.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Header.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Header.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/IO.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/IO.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Imports.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Imports.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Internal.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Internal.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/MultiMap.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/MultiMap.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/PackInt.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/PackInt.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/ReadInt.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/ReadInt.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Request.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Request.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/RequestHeader.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/RequestHeader.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Response.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Response.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/ResponseHeader.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/ResponseHeader.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Run.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Run.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/SendFile.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/SendFile.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Settings.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Settings.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Types.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Types.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Windows.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/Windows.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/WithApplication.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Network/Wai/Handler/Warp/WithApplication.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Paths_warp.dyn_hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/Paths_warp.hi
/usr/lib64/ghc-9.8.2/lib/warp-3.3.31/libHSwarp-3.3.31-AQeLIE3N0QZAFNWfWrzLs2.a
/usr/share/doc/packages/ghc-warp-devel
/usr/share/doc/packages/ghc-warp-devel/ChangeLog.md
/usr/share/doc/packages/ghc-warp-devel/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024