name: hack-middleware-gzip version: 0.0.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Automatic gzip compression of responses. (deprecated) category: Web stability: unstable cabal-version: >= 1.2 build-type: Simple homepage: http://github.com/snoyberg/hack-middleware-gzip/tree/master library build-depends: base >= 3 && < 5, split >= 0.1.1, zlib >= 0.5, hack >= 2009.5.19 exposed-modules: Hack.Middleware.Gzip ghc-options: -Wall