wai-app-file-cgi 0.5.8 → 0.5.9
raw patch · 1 files changed
+4/−2 lines, 1 filesdep +blaze-htmldep ~wai-app-staticPVP ok
version bump matches the API change (PVP)
Dependencies added: blaze-html
Dependency ranges changed: wai-app-static
API changes (from Hackage documentation)
Files
- wai-app-file-cgi.cabal +4/−2
wai-app-file-cgi.cabal view
@@ -1,5 +1,5 @@ Name: wai-app-file-cgi-Version: 0.5.8+Version: 0.5.9 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -52,7 +52,9 @@ , transformers , unix , wai >= 1.2- , wai-app-static >= 0.3+ -- should be removed someday+ , blaze-html >= 0.5+ , wai-app-static >= 1.2 , wai-logger Test-Suite test