name: webcrank-dispatch
version: 0.2
license: BSD3
license-file: LICENSE
author: Richard Wallace <rwallace@thewallacepack.net>
maintainer: Richard Wallace <rwallace@thewallacepack.net>
copyright: (c) 2015 Richard Wallace
synopsis: A simple request dispatcher.
category: Web
homepage: https://github.com/webcrank/webcrank-dispatch.hs
bug-reports: https://github.com/webcrank/webcrank-dispatch.hs/issues
build-type: Simple
cabal-version: >= 1.8
description: A simple request dispatcher.
extra-source-files:
.ghci
.gitignore
.travis.yml
examples/LICENSE
examples/webcrank-dispatch-examples.cabal
examples/*.hs
HLint.hs
LICENSE
README.md
source-repository head
type: git
location: https://github.com/webcrank/webcrank-dispatch.hs.git
library
hs-source-dirs: src
exposed-modules: Webcrank.Dispatch
ghc-options: -Wall
build-depends: base >= 4.6 && < 5
, mtl >= 2.0
, path-pieces >= 0.1
, hvect >= 0.1
, reroute >= 0.3
, text >= 0.11
, unordered-containers >= 0.2