UrlDisp-0.1.3: UrlDisp.cabal
name: UrlDisp
version: 0.1.3
author: Artyom Shalkhakov, Sterling Clover
copyright: Artyom Shalkhakov, Sterling Clover
maintainer: Artyom Shalkhakov <artyom.shalkhakov@gmail.com>
license: BSD3
license-File: LICENSE
synopsis: Url dispatcher. Helps to retain friendly URLs in web applications.
description: The aim of urldisp is to provide a simple, declarative and expressive URL routing in web applications.
category: Network, Web
build-type: Simple
cabal-version: >= 1.2
tested-with: GHC == 6.10.1
library
build-depends: base >= 4, cgi >= 3001.1.0, mtl, MaybeT
exposed-modules: Network.UrlDisp
other-modules: Network.UrlDisp.Types, Network.UrlDisp.Controller
ghc-options: -Wall