Name: named-formlet
Version: 0.2
Synopsis: A simple formlet library with named formlets.
Description: A simple formlet library with named formlets (e.g. username, email, password, etc.).
License: BSD3
License-file: LICENSE
Author: Chris Done
Maintainer: chrisdone@gmail.com
Copyright: 2010 Chris Done
Category: Web
Build-type: Simple
Cabal-version: >=1.2
Library
Exposed-modules: Text.Formlet
Other-modules: Data.Monoid.Operator
Build-depends: base >= 4 && < 5
,text >= 0.11
,blaze-html >= 0.4
,containers >= 0.3
,bytestring >= 0.8
,mtl >= 2.0
,transformers >= 0.2
Hs-source-dirs: src