Name: ditto Version: 0.4 Synopsis: ditto is a type-safe HTML form generation and validation library Description: ditto 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 Maintainer: Zachary Churchill Copyright: 2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners LLC, 2019 Zachary Churchill Category: Web Build-type: Simple Cabal-version: >=1.6 tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3 source-repository head type: git location: https://github.com/goolord/ditto.git library ghc-options: -Wall exposed-modules: Ditto Ditto.Core Ditto.Types Ditto.Backend Ditto.Proof Ditto.Generalized.Named Ditto.Generalized.Unnamed other-modules: Ditto.Generalized.Internal build-depends: base >= 4 && < 5 , containers >= 0.4 && < 0.7 , mtl >= 2.0 && < 2.3 , semigroups >= 0.16 && < 0.20 , text >= 0.11 && < 1.3 , torsor < 0.2 hs-source-dirs: src