-
Notifications
You must be signed in to change notification settings - Fork 0
/
snap-extension-blazedf.cabal
45 lines (41 loc) · 1.6 KB
/
snap-extension-blazedf.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
Name: snap-extension-blazedf
Version: 0.4.1.0
Synopsis: Blaze HTML digestive functors snap extension
Description: A snap framework extension for using the blaze-html and digestive-functors-snap
packages in a snap application.
Homepage: https://github.com/markwright/snap-extension-blazedf
License: BSD3
License-file: LICENSE
Author: Mark Wright
Maintainer: [email protected]
Stability: experimental
Copyright: Copyright (c) Mark Wright 2010-2011. All rights reserved.
Category: Web
Build-type: Simple
Cabal-version: >=1.2
source-repository head
type: git
location: git://github.com/markwright/snap-extension-blazedf.git
Library
Hs-Source-Dirs: src
Exposed-modules: Snap.Extension.BlazeDF
Build-depends:
base >= 4 && < 5,
blaze-builder >= 0.2 && < 0.4,
blaze-html >= 0.4.1 && < 0.5,
bytestring >= 0.9.1 && < 0.10,
digestive-functors >= 0.0.2.1 && < 0.1,
digestive-functors-blaze >= 0.0.2.0 && < 0.1,
digestive-functors-snap >= 0.0.2.1 && < 0.1,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
mtl >= 2.0 && < 2.1,
snap >= 0.4.1 && < 0.5,
snap-core == 0.4.1 && < 0.5,
snap-server == 0.4.1 && < 0.5,
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.3
if impl(ghc >= 6.12.0)
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-unused-do-bind
else
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2