name: wai-middleware-route
version: 0.1.0.1
cabal-version: >= 1.8
build-type: Simple
synopsis: Wai dispatch middleware
stability: Experimental
author: Alexander Dorofeev
category: Web
license: BSD3
description: 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 >= 0.4 && < 0.5,
bytestring >= 0.9 && < 0.10,
regex-posix >= 0.94.4,
http-types >= 0.6 && < 0.7
ghc-options: -Wall
exposed-modules: Network.Wai.Middleware.Route