mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 07:35:38 +03:00
Relax upper bound on bytestring-builder
This commit is contained in:
parent
c0898eab54
commit
247d672ab8
@ -1,3 +1,7 @@
|
||||
## 3.2.1.1
|
||||
|
||||
* Relax upper bound on bytestring-builder
|
||||
|
||||
## 3.2.1
|
||||
|
||||
* add mapResponseStatus [#532](https://github.com/yesodweb/wai/pull/532)
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: wai
|
||||
Version: 3.2.1
|
||||
Version: 3.2.1.1
|
||||
Synopsis: Web Application Interface.
|
||||
Description: Provides a common protocol for communication between web applications and web servers.
|
||||
description: API docs and the README are available at <http://www.stackage.org/package/wai>.
|
||||
@ -21,7 +21,7 @@ Source-repository head
|
||||
Library
|
||||
Build-Depends: base >= 4 && < 5
|
||||
, bytestring >= 0.10
|
||||
, bytestring-builder >= 0.10.4.0 && < 0.10.7
|
||||
, bytestring-builder >= 0.10.4.0 && < 0.11
|
||||
, blaze-builder >= 0.2.1.4 && < 0.5
|
||||
, network >= 2.2.1.5
|
||||
, http-types >= 0.7
|
||||
|
Loading…
Reference in New Issue
Block a user