name: wai-frontend-monadcgi version: 1.3.0.1 license: MIT license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman 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. category: Web stability: stable cabal-version: >= 1.6 build-type: Simple library build-depends: base >= 4 && < 5 , bytestring , containers >= 0.2 , cgi , conduit >= 0.5 && < 1.1 , http-types , transformers , case-insensitive , wai >= 1.3 && < 1.4 exposed-modules: Network.Wai.Frontend.MonadCGI ghc-options: -Wall Source-repository head type: git location: git://github.com/yesodweb/wai.git