mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 15:42:18 +03:00
Support wai 3.2 in wai-frontend-monadcgi
This commit is contained in:
parent
eea9e2a577
commit
f599b06473
@ -1 +1,3 @@
|
||||
No changes logged yet.
|
||||
## 3.0.0.2
|
||||
|
||||
* Support for wai 3.2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user