Skip to content

Commit

Permalink
Include wai-frontend-monadcgi
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jan 6, 2012
1 parent d0fb598 commit 91bf6ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
1 change: 1 addition & 0 deletions package-list.sh
Expand Up @@ -8,6 +8,7 @@ pkgs=( ./wai
./wai-handler-fastcgi
./wai-handler-launch
./wai-handler-scgi
./wai-frontend-monadcgi
./warp-static
)
# ./wai-websockets
27 changes: 16 additions & 11 deletions wai-frontend-monadcgi/wai-frontend-monadcgi.cabal
Expand Up @@ -4,21 +4,26 @@ license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Allows programs written against MonadCGI to run with any WAI handler. (deprecated)
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.2
cabal-version: >= 1.6
build-type: Simple

library
build-depends: base >= 4 && < 5,
bytestring,
containers >= 0.2,
cgi,
conduit,
http-types,
transformers,
case-insensitive,
wai >= 1.0 && < 1.1
build-depends: base >= 4 && < 5
, bytestring
, containers >= 0.2
, cgi
, conduit
, http-types
, transformers
, case-insensitive
, wai >= 1.0 && < 1.1
exposed-modules: Network.Wai.Frontend.MonadCGI
ghc-options: -Wall

Source-repository head
type: git
location: git://github.com/yesodweb/wai.git

0 comments on commit 91bf6ac

Please sign in to comment.