packages feed

reform-0.2.7: reform.cabal

Name:                reform
Version:             0.2.7
Synopsis:            reform is an HTML form generation and validation library
Description:          reform follows in the footsteps of formlets and
                      digestive-functors <= 0.2. It provides a
                      type-safe and composable method for generating
                      an HTML form that includes validation.
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Shaw, Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer:          Jeremy Shaw <jeremy@n-heptane.com>
Copyright:           2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners LLC
Category:            Web
Build-type:          Simple
Homepage:            http://www.happstack.com/
Cabal-version:       >=1.6

source-repository head
    type:     git
    subdir:   reform
    location: https://github.com/Happstack/reform.git

Library
  Exposed-modules:     Control.Applicative.Indexed
                       Text.Reform
                       Text.Reform.Backend
                       Text.Reform.Core
                       Text.Reform.Generalized
                       Text.Reform.Proof
                       Text.Reform.Result
  Build-depends:       base             >= 4    && < 5,
                       containers       >= 0.4  && < 0.6,
                       mtl              >= 2.0  && < 2.3,
                       text             >= 0.11 && < 1.3