1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Name: reform-hsp
Version: 0.2.7.2
Synopsis: Add support for using HSP with Reform
Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with HSP.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: jeremy@n-heptane.com
Copyright: 2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners LLC
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.0.1, GHC == 8.6.5, GHC == 8.8.1
source-repository head
type: git
location: https://github.com/Happstack/reform-hsp.git
Library
Exposed-modules: Text.Reform.HSP.Common
Text.Reform.HSP.String
Text.Reform.HSP.Text
Build-depends: base > 4 && <5,
hsp >= 0.9 && < 0.11,
hsx2hs >= 0.13 && < 0.15,
reform >= 0.2.1 && < 0.4,
text >= 0.11 && < 1.3
|