name: nero-warp version: 0.3 synopsis: Run Nero server applications with Warp description: Check the for a more detailed explanation. homepage: https://github.com/plutonbrb/nero-warp 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-warp.git library exposed-modules: Nero.Warp build-depends: base >=4.6 && <4.9, nero >=0.3, nero-wai, warp default-language: Haskell2010 ghc-options: -Wall