name: hack-frontend-monadcgi version: 0.0.0 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Allows programs written against MonadCGI to run with any hack handler. category: Web stability: stable cabal-version: >= 1.2 build-type: Simple library build-depends: base >= 3, bytestring, containers >= 0.2, cgi, hack >= 2009.5.19 exposed-modules: Hack.Frontend.MonadCGI ghc-options: -Wall