Name: webapp Version: 0.3.4 Synopsis: Haskell web app framework based on WAI & Warp Homepage: https://github.com/fhsjaagshs/webapp Bug-reports: https://github.com/fhsjaagshs/webapp/issues License: MIT License-file: LICENSE Author: Nathaniel Symer Maintainer: Nathaniel Symer Copyright: (c) 2015 Nathaniel Symer Category: Web Stability: experimental Build-type: Simple Cabal-version: >= 1.10 Description: See README.md Extra-source-files: README.md CHANGELOG.md Library ghc-options: -Wall -fno-warn-unused-do-bind Exposed-modules: Web.App Web.App.HTTP Web.App.State Web.App.Middleware Web.App.Middleware.Gzip Web.App.Middleware.ForceSSL Web.App.Parameter Web.App.Path Web.App.RouteT Web.App.Stream Web.App.Main Web.App.WebApp default-language: Haskell2010 build-depends: base <4.9, bytestring, base16-bytestring, text, mtl, stm, transformers, wai, warp, warp-tls, network, streaming-commons, regex-posix, http-types, unix, blaze-builder, zlib, optparse-applicative, aeson, case-insensitive source-repository head type: git location: git://github.com/fhsjaagshs/webapp.git