-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjspreadsheet.cabal
41 lines (38 loc) · 1.13 KB
/
jspreadsheet.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
name: jSpreadsheet
version: 0.1
cabal-version: >=1.2
build-type: Simple
license: BSD3
author: Alexander Abushkevich
category: Web
synopsis: Web-based collaborative spreadsheets (example)
data-dir: src/public/
executable jServer
build-depends: aeson -any,
base -any,
ghc-prim -any,
mtl -any,
network -any,
parsec -any,
regex-posix -any,
text -any,
time -any,
unix-time -any,
bytestring -any,
utf8-string -any,
ghc -any,
tagsoup -any,
TCache -any,
transformers -any,
random -any,
attoparsec -any,
QuickCheck -any,
ixset -any,
safecopy -any,
stm -any,
vector -any,
websockets -any
main-is: Main.hs
buildable: True
hs-source-dirs: src/
other-modules: WSCommon WSAction WSServer SpreadsheetTypes