-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy pathcodeworld-server.cabal
More file actions
46 lines (42 loc) · 993 Bytes
/
codeworld-server.cabal
File metadata and controls
46 lines (42 loc) · 993 Bytes
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
Name: codeworld-server
Version: 0.1
Synopsis: Web server for CodeWorld
License-file: LICENSE
Author: The CodeWorld Authors
Maintainer: Chris Smith <cdsmith@gmail.com>
Copyright: (c) 2017, The CodeWorld Authors
Build-type: Simple
Cabal-version: >=1.2
Description:
The web server for the CodeWorld programming environment.
Executable codeworld-server
Hs-source-dirs: src
Main-is: Main.hs
Build-depends:
aeson,
base,
base64-bytestring,
bytestring,
codeworld-compiler,
containers,
cryptonite,
data-default,
directory,
filepath,
filesystem-trees,
hindent >= 5 && < 5.2.3,
http-conduit,
memory,
mtl,
process,
regex-compat,
regex-tdfa,
snap-core,
snap-server,
strict,
tagsoup,
temporary,
text,
unix
Ghc-options: -threaded -Wall -funbox-strict-fields -O2
-fno-warn-unused-do-bind