reform-hsp-0.1.1: reform-hsp.cabal
Name: reform-hsp
Version: 0.1.1
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
source-repository head
type: darcs
subdir: reform-hsp
location: http://patch-tag.com/r/stepcut/reform
Library
Exposed-modules: Text.Reform.HSP.Common
Text.Reform.HSP.String
Text.Reform.HSP.Text
Build-depends: base > 4 && <5,
hsp == 0.7.*,
reform == 0.1.*,
text == 0.11.*