update to 3.0.4.5

This commit is contained in:
Jens Petersen 2015-03-04 00:09:02 +09:00
parent 74bae218cf
commit 331d613d82
3 changed files with 51 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/wai-extra-1.3.4.6.tar.gz /wai-extra-1.3.4.6.tar.gz
/wai-extra-3.0.2.1.tar.gz /wai-extra-3.0.2.1.tar.gz
/wai-extra-3.0.4.1.tar.gz /wai-extra-3.0.4.1.tar.gz
/wai-extra-3.0.4.5.tar.gz

View File

@ -5,7 +5,7 @@
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 3.0.4.1 Version: 3.0.4.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Basic WAI handlers and middleware Summary: Basic WAI handlers and middleware
@ -50,6 +50,51 @@ BuildRequires: ghc-zlib-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
Provides basic WAI handler and middleware functionality:
* WAI Testing Framework
Hspec testing facilities and helpers for WAI.
* Event Source/Event Stream
Send server events to the client. Compatible with the JavaScript EventSource
API.
* Accept Override
Override the Accept header in a request. Special handling for the _accept query
parameter (which is used throughout WAI override the Accept header).
* Add Headers
WAI Middleware for adding arbitrary headers to an HTTP request.
* Clean Path
Clean a request path to a canonical form.
* GZip Compression
Negotiate HTTP payload gzip compression.
* HTTP Basic Authentication
WAI Basic Authentication Middleware which uses Authorization header.
* JSONP
"JSON with Padding" middleware. Automatic wrapping of JSON responses to convert
into JSONP.
* Method Override / Post
Allows overriding of the HTTP request method via the _method query string
parameter.
* Request Logging
Request logging middleware for development and production environments
* Request Rewrite
Rewrite request path info based on a custom conversion rules.
* Stream Files
Convert ResponseFile type responses into ResponseStream type.
* Virtual Host
Redirect incoming requests to a new host based on custom rules.
This library provides common Web Application Interface features. This library provides common Web Application Interface features.
API docs and the README are available at API docs and the README are available at
<http://www.stackage.org/package/wai-extra>. <http://www.stackage.org/package/wai-extra>.
@ -102,6 +147,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog %changelog
* Tue Mar 03 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.5-1
- update to 3.0.4.5
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.1-1 * Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.1-1
- update to 3.0.4.1 - update to 3.0.4.1

View File

@ -1 +1 @@
5318377030f660dee345ceb1377c030b wai-extra-3.0.4.1.tar.gz 9ae9b46152459be29634f200e1c8218a wai-extra-3.0.4.5.tar.gz