packages feed

hack-handler-cgi-0.0.2: hack-handler-cgi.cabal

name:            hack-handler-cgi
version:         0.0.2
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <michael@snoyman.com>
maintainer:      Michael Snoyman <michael@snoyman.com>
synopsis:        Hack handler using network.cgi
category:        Web
stability:       stable
cabal-version:   >= 1.2
build-type:      Simple
homepage:        http://github.com/snoyberg/hack-handler-cgi/tree/master

library
    build-depends:   base >= 4 && < 5,
                     bytestring,
                     hack >= 2009.5.19,
                     data-default
    exposed-modules: Hack.Handler.CGI
    ghc-options:     -Wall