forked from davidsd/snaplet-liftajax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snaplet-liftajax.cabal
61 lines (55 loc) · 2.16 KB
/
snaplet-liftajax.cabal
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: snaplet-liftajax
version: 0.0.1
synopsis: Ajax snaplet for the Snap Framework
description: An ajax snaplet for the Snap Framework, based on Scala's Lift.
license: BSD3
license-file: LICENSE
author: David Simmons-Duffin
maintainer: [email protected]
build-type: Simple
cabal-version: >= 1.6
homepage: http://davidsd.org/
category: Web
extra-source-files: LICENSE
source-repository head
type: git
location: https://github.com/norm2782/snaplet-hdbc.git
Library
hs-source-dirs: src
exposed-modules:
Snap.Snaplet.LiftAjax
Snap.Snaplet.LiftAjax.Splice
Snap.Snaplet.LiftAjax.State
Snap.Snaplet.LiftAjax.Callback
Snap.Snaplet.LiftAjax.Js
build-depends:
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
blaze-builder >= 0.3,
bytestring >= 0.9.1 && < 0.10,
clientsession >= 0.7.3.6 && < 0.8,
containers >= 0.3 && < 0.6,
convertible >= 1.0 && < 1.1,
data-lens >= 2.0.1 && < 2.11,
data-lens-template >= 2.1 && < 2.2,
digestive-functors >= 0.5,
digestive-functors-snap >= 0.5,
HDBC >= 2.2 && < 2.4,
heist >= 0.8 && < 0.9,
jmacro >= 0.5,
MonadCatchIO-transformers >= 0.2.1 && < 0.4,
mtl >= 2.0 && < 2.2,
pretty >= 1.1.1,
prettyclass >= 1.0,
resource-pool-catchio >= 0.2 && < 0.3,
safe >= 0.3 && < 0.4,
snap >= 0.9 && < 0.10,
snap-core == 0.9.*,
stm >= 2.3,
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.5,
transformers >= 0.2 && < 0.4,
unordered-containers >= 0.1.4 && < 0.3,
xmlhtml >= 0.1
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans -fno-warn-unused-do-bind