Support wai 3.2 in wai-frontend-monadcgi

This commit is contained in:
Michael Snoyman 2015-12-30 08:36:54 +02:00
parent eea9e2a577
commit f599b06473
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1,3 @@
No changes logged yet.
## 3.0.0.2
* Support for wai 3.2

View File

@ -1,5 +1,5 @@
name: wai-frontend-monadcgi
version: 3.0.0.1
version: 3.0.0.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -20,7 +20,7 @@ library
, http-types
, transformers
, case-insensitive
, wai >= 3.0 && < 3.1
, wai >= 3.0 && < 3.3
exposed-modules: Network.Wai.Frontend.MonadCGI
ghc-options: -Wall