wai-frontend-monadcgi 3.0.0 → 3.0.0.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−0
- README.md +5/−0
- wai-frontend-monadcgi.cabal +3/−2
+ ChangeLog.md view
@@ -0,0 +1,1 @@+No changes logged yet.
+ README.md view
@@ -0,0 +1,5 @@+## wai-frontend-monadcgi++Allows programs written against MonadCGI to run with any WAI handler. This is+most useful for running your existing CGI apps on Warp. For true "yo+dawg"-ness, try running this through the WAI CGI backend.
wai-frontend-monadcgi.cabal view
@@ -1,15 +1,16 @@ name: wai-frontend-monadcgi-version: 3.0.0+version: 3.0.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com> synopsis: Run CGI apps on WAI.-description: Allows programs written against MonadCGI to run with any WAI handler. This is most useful for running your existing CGI apps on Warp. For true "yo dawg"-ness, try running this through the WAI CGI backend.+description: API docs and the README are available at <http://www.stackage.org/package/wai-frontend-monadcgi>. category: Web stability: stable cabal-version: >= 1.6 build-type: Simple+extra-source-files: README.md ChangeLog.md library build-depends: base >= 4 && < 5