-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebcspm.cabal
More file actions
44 lines (40 loc) · 1.17 KB
/
webcspm.cabal
File metadata and controls
44 lines (40 loc) · 1.17 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
37
38
39
40
41
42
43
44
Name: webcspm
Version: 0.1
License: BSD3
License-File: LICENSE.txt
Author: Thomas Gibson-Robinson
Maintainer: [email protected]
Stability: Experimental
Category: Web
Build-type: Simple
Cabal-version: >=1.2
Executable webcspm
hs-source-dirs: src
Main-is: Main.hs
Build-depends:
libcspm >= 0.2.1 && < 0.3,
process >= 1.1,
regex-base >= 0.93 && < 0.94,
regex-pcre >= 0.94 && < 0.95,
containers >= 0.4 && < 0.5,
split >= 0.1 && < 0.2,
array >= 0.3 && < 0.4,
hxt >= 9.1 && < 9.2,
dataenc >= 0.14 && < 0.15,
-- Snap Dependenicies
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.10,
data-lens >= 2.0.1 && < 2.1,
data-lens-template >= 2.1 && < 2.2,
heist >= 0.7 && < 0.8,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
mtl >= 2 && < 3,
snap == 0.7.*,
snap-core == 0.7.*,
snap-server == 0.7.*,
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.5,
utf8-string >= 0.3 && < 0.4,
xmlhtml == 0.1.*
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans