packages feed

reform-hamlet-0.0.5.2: reform-hamlet.cabal

Name:                reform-hamlet
Version:             0.0.5.2
Synopsis:            Add support for using Hamlet with Reform
Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Hamlet.
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.10
tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.2

source-repository head
    type:     git
    location: https://github.com/Happstack/reform-hamlet.git

Library
  Default-language:    Haskell2010
  Exposed-modules:     Text.Reform.Hamlet.Common
                       Text.Reform.Hamlet.String
                       Text.Reform.Hamlet.Text
  Build-depends:       base         > 4     && < 5,
                       blaze-markup > 0.5   && < 0.9,
                       shakespeare  >= 2.0  && < 2.1,
                       reform       == 0.2.*,
                       text         >= 0.11 && < 2.1