forked from pool/ghc-warp
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-warp revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-warp?expand=0&rev=15
This commit is contained in:
parent
3a047c374a
commit
0490d8c65d
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name warp
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.3.15
|
||||
Version: 3.3.16
|
||||
Release: 0
|
||||
Summary: A fast, light-weight web server for WAI applications
|
||||
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
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-auto-update-devel
|
||||
BuildRequires: ghc-bsb-http-chunked-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
@ -47,6 +46,7 @@ BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-time-manager-devel
|
||||
BuildRequires: ghc-unix-compat-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unliftio-devel
|
||||
BuildRequires: ghc-vault-devel
|
||||
BuildRequires: ghc-wai-devel
|
||||
BuildRequires: ghc-word8-devel
|
||||
@ -55,10 +55,10 @@ ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-http-client-devel
|
||||
BuildRequires: ghc-lifted-base-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
%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…
x
Reference in New Issue
Block a user