Accepting request 896221 from devel:languages:haskell
automated update of haskell stack OBS-URL: https://build.opensuse.org/request/show/896221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-warp?expand=0&rev=7
This commit is contained in:
commit
4555e1dd9b
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 26 08:45:34 UTC 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 11:05:38 UTC 2021 - psimons@suse.com
|
Fri Apr 16 11:05:38 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name warp
|
%global pkg_name warp
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.3.15
|
Version: 3.3.16
|
||||||
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
|
||||||
@ -27,7 +27,6 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
|
|||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-async-devel
|
|
||||||
BuildRequires: ghc-auto-update-devel
|
BuildRequires: ghc-auto-update-devel
|
||||||
BuildRequires: ghc-bsb-http-chunked-devel
|
BuildRequires: ghc-bsb-http-chunked-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
@ -47,6 +46,7 @@ BuildRequires: ghc-text-devel
|
|||||||
BuildRequires: ghc-time-manager-devel
|
BuildRequires: ghc-time-manager-devel
|
||||||
BuildRequires: ghc-unix-compat-devel
|
BuildRequires: ghc-unix-compat-devel
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
|
BuildRequires: ghc-unliftio-devel
|
||||||
BuildRequires: ghc-vault-devel
|
BuildRequires: ghc-vault-devel
|
||||||
BuildRequires: ghc-wai-devel
|
BuildRequires: ghc-wai-devel
|
||||||
BuildRequires: ghc-word8-devel
|
BuildRequires: ghc-word8-devel
|
||||||
@ -55,10 +55,10 @@ ExcludeArch: %{ix86}
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-async-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
BuildRequires: ghc-http-client-devel
|
BuildRequires: ghc-http-client-devel
|
||||||
BuildRequires: ghc-lifted-base-devel
|
|
||||||
BuildRequires: ghc-process-devel
|
BuildRequires: ghc-process-devel
|
||||||
BuildRequires: ghc-time-devel
|
BuildRequires: ghc-time-devel
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f0d4355a4ce79cd9fcc8808565dc8e1a8676414ec3ed59c876378267fef445a
|
|
||||||
size 65830
|
|
3
warp-3.3.16.tar.gz
Normal file
3
warp-3.3.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1b157211e8522694e520f07871472e6c323cda0e47e7736448440a70e7fd6e2
|
||||||
|
size 65936
|
Loading…
Reference in New Issue
Block a user