name: wai-middleware-route
version: 0.2.0
cabal-version: >= 1.8
build-type: Simple
synopsis: Wai routing middleware
stability: Experimental
author: Alexander Dorofeev
category: Web
license: BSD3
description: \"Just enough\" request dispatching Middleware for Wai.
maintainer: aka.spin@gmail.com
license-file: LICENSE
homepage: https://github.com/akaspin/wai-middleware-route
Source-repository head
type: git
location: git://github.com/akaspin/wai-middleware-route.git
library
hs-source-dirs: src
build-depends:
base >= 4 && < 5,
wai >= 1.0,
bytestring >= 0.9 && < 0.10,
regex-posix >= 0.94.4,
http-types >= 0.6 && < 0.7
ghc-options: -Wall -rtsopts
exposed-modules: Network.Wai.Middleware.Route