-
Notifications
You must be signed in to change notification settings - Fork 6
/
GHCiOnline.cabal
55 lines (51 loc) · 1.57 KB
/
GHCiOnline.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
Name: GHCiOnline
Version: 0.1.0
Synopsis: GHCi Online
Description:
GHCi Online
Category: Web, GHC, Compiler
Author: David Terei <[email protected]>
Maintainer: David Terei <[email protected]>
Copyright: David Terei
Homepage: https://github.com/dterei/GHCiOnline
Bug-Reports: https://github.com/dterei/GHCiOnline/issues
License: BSD3
License-File: LICENSE
Stability: Experimental
Cabal-Version: >= 1.6
Build-Type: Simple
Extra-Source-Files:
LICENSE,
README.md,
TODO.md,
static/fail.png,
static/index.html,
static/main.js,
static/ok.png,
static/style.css
static/jquery-1.8.0.min.js
Source-Repository head
Type: git
Location: git://github.com/dterei/GHCiOnline.git
Executable GHCiOnline
Hs-Source-Dirs: src
Main-Is: Main.hs
Other-Modules: GHCiManager,
GHCiParser,
Sessions,
State,
Timeout,
CJail.System.Process
Ghc-Options: -Wall
Build-Depends: aeson >= 0.6,
base >= 4,
bytestring >= 0.9,
case-insensitive,
containers >= 0.4,
process >= 1.2,
random >= 1,
snap-core >= 0.9,
snap-server >= 0.9,
text >= 0.11,
transformers >= 0.2,
unordered-containers > 0.2