name: wai-util version: 0.8 cabal-version: >= 1.8 license: OtherLicense license-file: COPYING category: Web copyright: © 2012 Stephen Paul Weber author: Stephen Paul Weber maintainer: Stephen Paul Weber stability: experimental tested-with: GHC == 7.4.1 synopsis: Collection of utility functions for use with WAI homepage: https://github.com/singpolyma/wai-util bug-reports: https://github.com/singpolyma/wai-util/issues build-type: Simple description: Utility functions for use with WAI that haven't found another home yet. extra-source-files: README library exposed-modules: Network.Wai.Util build-depends: base == 4.*, wai >= 2.0.0, wai-extra, conduit, aeson, transformers, blaze-builder, bytestring, text, http-accept, network-uri, http-types >= 0.7.2 source-repository head type: git location: git://github.com/singpolyma/wai-util.git