forked from elm-lang/elm-reactor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm-reactor.cabal
More file actions
88 lines (71 loc) · 1.69 KB
/
Copy pathelm-reactor.cabal
File metadata and controls
88 lines (71 loc) · 1.69 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Name: elm-reactor
Version: 0.16
Synopsis:
Interactive development tool for Elm programs
Description:
Provides an interactive development tool that makes it easy
to develop and debug Elm programs. It will automatically
compile any Elm program—independent of editor. It permits
hot-swapping and time-traveling debugging.
Homepage:
http://elm-lang.org
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright: (c) 2011-2015 Evan Czaplicki
Category:
Compiler, Language
Build-type:
Custom
Data-dir:
assets
Data-files:
favicon.ico
_reactor/debug.js
_reactor/wrench.png
_reactor/debugger/pause-button-up.png
_reactor/debugger/pause-button-down.png
_reactor/debugger/pause-button-hover.png
_reactor/debugger/play-button-up.png
_reactor/debugger/play-button-down.png
_reactor/debugger/play-button-hover.png
_reactor/debugger/restart-button-up.png
_reactor/debugger/restart-button-down.png
_reactor/debugger/restart-button-hover.png
Extra-source-files: README.md
Cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/elm-lang/elm-reactor.git
Executable elm-reactor
ghc-options:
-threaded -O2 -W
hs-source-dirs:
backend
Main-is:
Main.hs
other-modules:
Compile,
Index,
Socket,
Utils,
Paths_elm_reactor
Build-depends:
base >=4.2 && <5,
blaze-html,
blaze-markup,
bytestring,
cmdargs,
directory >= 1.2,
elm-compiler >= 0.16 && < 0.17,
filepath,
fsnotify >= 0.2,
mtl,
snap-core,
snap-server,
text,
time,
transformers,
websockets >= 0.9 && < 0.10,
websockets-snap >= 0.8.2.1