name: nero-wai version: 0.3 synopsis: WAI adapter for Nero server applications description: Check the for a more detailed explanation. homepage: https://github.com/plutonbrb/nero-wai license: BSD3 license-file: LICENSE author: Danny Navarro maintainer: j@dannynavarro.net stability: experimental copyright: Copyright (C) 2015 J. Daniel Navarro category: Web build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.6.4, GHC == 7.8.4, GHC == 7.10.1 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: git://github.com/plutonbrb/nero-wai.git library exposed-modules: Nero.Wai build-depends: base >=4.6 && <4.9, bytestring, text, nero >=0.3, lens, http-types, wai, wai-extra default-language: Haskell2010 ghc-options: -Wall