packages feed

urldisp-happstack-0.1: urldisp-happstack.cabal

name:                urldisp-happstack
version:             0.1
synopsis:            Simple, declarative, expressive URL routing -- on happstack.
description:         UrlDisp combinators ported over happstack, as well as a lifted catch.
category:            Language
license:             BSD3
license-file:        LICENSE
author:              Sterling Clover
maintainer:          s.clover@gmail.com
Tested-With:         GHC == 6.10.3
Build-Type:          Simple
Cabal-Version:       >= 1.6

library
  build-depends:     base >= 4, base < 5, mtl, bytestring, happstack-server
  exposed-modules:   Happstack.UrlDisp
  ghc-options:       -Wall
  if impl(ghc >= 6.8)
    ghc-options:     -fwarn-tabs

source-repository head
  type:     darcs
  location: http://code.haskell.org/~sclv/urldisp-happstack