-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreform-happstack.cabal
More file actions
31 lines (28 loc) · 1.44 KB
/
reform-happstack.cabal
File metadata and controls
31 lines (28 loc) · 1.44 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
Name: reform-happstack
Version: 0.2.5.8
Synopsis: Happstack support for reform.
Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack.
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 == 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-happstack.git
Library
Default-language: Haskell2010
Exposed-modules: Text.Reform.Happstack
Build-depends: base >=4 && <5,
bytestring >= 0.9 && < 0.13,
happstack-server >= 7.0 && < 7.10,
mtl >= 2.0 && < 2.4,
random >= 1.0 && < 1.4,
reform >= 0.2 && < 0.4,
text >= 0.11 && < 2.2,
utf8-string >= 0.3 && < 1.1