packages feed

digestive-functors-happstack-0.1.0.2: digestive-functors-happstack.cabal

Name:                digestive-functors-happstack
Version:             0.1.0.2
Synopsis:            Happstack backend for the digestive-functors library
Description:         This is a happstack backend for the digestive-functors
    library.

Homepage:            http://github.com/jaspervdj/digestive-functors
License:             BSD3
License-file:        LICENSE
Author:              Jasper Van der Jeugt
Maintainer:          jaspervdj@gmail.com
Category:            Web
Build-type:          Simple
Cabal-version:       >=1.6


Library
  Hs-source-dirs:    src
  Exposed-modules:   Text.Digestive.Forms.Happstack
  Build-depends:     base >= 4 && < 5,
                     digestive-functors == 0.1.0.*,
                     happstack-server >= 6.0 && < 6.3,
                     utf8-string >= 0.3,
                     bytestring >= 0.9,
                     text