-
Notifications
You must be signed in to change notification settings - Fork 114
/
run-server.cabal
74 lines (62 loc) · 1.22 KB
/
run-server.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
62
63
64
65
66
67
68
69
70
71
72
73
74
Name: run-server
Version: 1.0.0
Synopsis:
The server for package.elm-lang.org
Description:
Serve documentation, register packages, route people to downloads, etc.
Homepage: http://package.elm-lang.org
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright (c) 2013-present Evan Czaplicki
Category: Language
Build-type: Simple
Cabal-version: >=1.9
source-repository head
type: git
location: git://github.com/elm-lang/package.elm-lang.org.git
Executable run-server
hs-source-dirs:
src/backend
../../compiler/compiler/src
../../compiler/builder/src
Main-is:
Main.hs
ghc-options:
-threaded -O2 -W -rtsopts
Build-depends:
ansi-terminal,
ansi-wl-pprint,
base,
binary,
blaze-html,
blaze-markup,
bytestring,
cmdargs,
containers,
directory,
edit-distance,
filepath,
ghc-prim,
HTTP,
http-client,
http-client-tls,
http-types,
language-glsl,
io-streams,
mtl,
parsec,
process,
raw-strings-qq,
scientific,
SHA,
snap-core,
snap-server,
text,
time,
unix-compat,
unordered-containers,
utf8-string,
vector,
zip-archive