Accepting request 1231489 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231489 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-warp?expand=0&rev=19
This commit is contained in:
commit
010ae16b88
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 06:33:00 UTC 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 21:11:28 UTC 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 7 01:53:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update warp to version 3.4.4.
|
||||||
|
## 3.4.4
|
||||||
|
|
||||||
|
* Removing `unliftio`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 04:15:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
Tue Oct 15 04:15:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.4.3
|
Version: 3.4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, light-weight web server for WAI applications
|
Summary: A fast, light-weight web server for WAI applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,6 +29,8 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-array-prof
|
BuildRequires: ghc-array-prof
|
||||||
|
BuildRequires: ghc-async-devel
|
||||||
|
BuildRequires: ghc-async-prof
|
||||||
BuildRequires: ghc-auto-update-devel
|
BuildRequires: ghc-auto-update-devel
|
||||||
BuildRequires: ghc-auto-update-prof
|
BuildRequires: ghc-auto-update-prof
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
@ -70,8 +72,6 @@ BuildRequires: ghc-time-manager-devel
|
|||||||
BuildRequires: ghc-time-manager-prof
|
BuildRequires: ghc-time-manager-prof
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
BuildRequires: ghc-unix-prof
|
BuildRequires: ghc-unix-prof
|
||||||
BuildRequires: ghc-unliftio-devel
|
|
||||||
BuildRequires: ghc-unliftio-prof
|
|
||||||
BuildRequires: ghc-vault-devel
|
BuildRequires: ghc-vault-devel
|
||||||
BuildRequires: ghc-vault-prof
|
BuildRequires: ghc-vault-prof
|
||||||
BuildRequires: ghc-wai-devel
|
BuildRequires: ghc-wai-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0631b003b96873c8cc3fc1b3d346d24ae491dcf561640347cbd21385ea1acfbc
|
|
||||||
size 68636
|
|
3
warp-3.4.7.tar.gz
Normal file
3
warp-3.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:facc035c77e90cd67cec15eeea8a760e1bdedcd3bde5e65f3a96e348b1f513e8
|
||||||
|
size 68905
|
Loading…
x
Reference in New Issue
Block a user