Name: webapp Version: 0.6.1 Synopsis: Haskell web app framework based on WAI & Warp Homepage: https://github.com/natesymer/webapp Bug-reports: https://github.com/natesymer/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.24 Description: See README.md Extra-source-files: README.md CHANGELOG.md Library hs-source-dirs: src ghc-options: -Wall -fno-warn-unused-do-bind Exposed-modules: Web.App Web.App.HTTP Web.App.State Web.App.Parameter Web.App.Path Web.App.RouteT Web.App.Stream Web.App.Main default-language: Haskell2010 build-depends: base < 5.0, array, bytestring, text, stm, transformers, wai, warp, warp-tls, network, regex-pcre-builtin, regex-base, http-types, unix, blaze-builder, optparse-applicative, case-insensitive, vault Test-Suite test-webapp type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test default-language: Haskell2010 build-depends: base, network, text, transformers, wai, http-types, hspec, webapp source-repository head type: git location: git://github.com/fhsjaagshs/webapp.git