-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreform.cabal
More file actions
37 lines (34 loc) · 1.71 KB
/
reform.cabal
File metadata and controls
37 lines (34 loc) · 1.71 KB
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
29
30
31
32
33
34
35
36
Name: reform
Version: 0.2.7.6
Synopsis: reform is a type-safe HTML form generation and validation library
Description: reform 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 <m@jaspervdj.be>
Maintainer: Jeremy Shaw <jeremy@n-heptane.com>
Copyright: 2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners LLC
Category: Web
Build-type: Simple
Homepage: http://www.happstack.com/
Cabal-version: >=1.10
tested-with: 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.8, GHC == 9.4.8, GHC == 9.6.7, GHC == 9.8.4, GHC == 9.10.2, GHC == 9.12.2, GHC == 9.14.1
source-repository head
type: git
location: https://github.com/Happstack/reform.git
Library
Default-Language: Haskell2010
Exposed-modules: Control.Applicative.Indexed
Text.Reform
Text.Reform.Backend
Text.Reform.Core
Text.Reform.Generalized
Text.Reform.Proof
Text.Reform.Result
Build-depends: base >= 4 && < 5,
containers >= 0.4 && < 0.9,
mtl >= 2.0 && < 2.4,
semigroups >= 0.16 && < 0.21,
text >= 0.11 && < 2.2