Name: digestive-functors Version: 0.0.1 Synopsis: A general way to consume input using applicative functors Description: Digestive functors is a library to generate and process HTML forms. You can find an introduction here: 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.2 Library Exposed-modules: Text.Digestive.Validate, Text.Digestive.Common, Text.Digestive.Types, Text.Digestive.Transform, Text.Digestive.Html, Text.Digestive.Blaze.Html5, Text.Digestive.Result, Text.Digestive.Cli, Text.Digestive Build-depends: base >= 4 && < 5, blaze-html, monads-fd, containers