wai-frontend-monadcgi 3.0.0.1 → 3.0.0.2
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~waiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wai
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−1
- wai-frontend-monadcgi.cabal +2/−2
ChangeLog.md view
@@ -1,1 +1,3 @@-No changes logged yet.+## 3.0.0.2++* Support for wai 3.2
wai-frontend-monadcgi.cabal view
@@ -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 @@ , http-types , transformers , case-insensitive- , wai >= 3.0 && < 3.1+ , wai >= 3.0 && < 3.3 exposed-modules: Network.Wai.Frontend.MonadCGI ghc-options: -Wall