name: UrlDisp version: 0.1.7 author: Artyom Shalkhakov, Sterling Clover copyright: Artyom Shalkhakov, Sterling Clover maintainer: Artyom Shalkhakov homepage: http://www.haskell.org/haskellwiki/UrlDisp 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.6 tested-with: GHC == 6.10.1 library build-depends: base ==4.*, cgi ==3001.1.*, mtl ==1.*, MaybeT ==0.1.* exposed-modules: Network.UrlDisp other-modules: Network.UrlDisp.Types, Network.UrlDisp.Controller ghc-options: -Wall