-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlbh.cabal
59 lines (54 loc) · 1.61 KB
/
lbh.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
Name: lbh
Version: 0.0.0.1
build-type: Simple
Author: Deian Stefan
Maintainer: Deian Stefan <[email protected]>
Stability: experimental
Synopsis:
Category: Web
Cabal-Version: >= 1.6
Description:
Simple platform for learning Haskell, inspired by School of Haskell.
X-Hails-Server: LBH.Controller
Library
Build-Depends:
base >= 4.5 && < 5.0
,transformers >= 0.2.2
,mtl >= 2.0
,containers >= 0.4.2
,bytestring >= 0.10
,text >= 0.11
,lio >= 0.9.1.1
,hails >= 0.9.2.1
,blaze-html >= 0.5.1.3
,http-types >= 0.7
,pureMD5 >= 2.1.2.1
,aeson >= 0.6.1.0
,process >= 1.1.0.1
,regex-posix >= 0.95
,pandoc >= 1.11.1
,highlighting-kate >= 0.5.3.8
,time >= 1.2.0.5
,unix >= 2.6.0
,filepath >= 1.3
,lio-cjail >= 0.1
,old-locale >= 1.0.0.5
,xml >= 1.3.12
,feed >= 0.3.8
,deepseq >= 1.1
Other-Modules: LBH.Controllers
LBH.Views
LBH.MP
LBH.ActiveCode
ActiveCode.Languages
Executable activeCode
Main-is: activeCode.hs
Build-Depends:
base >= 4.5 && < 5.0
,bytestring >= 0.9
Other-Modules: ActiveCode.C
ActiveCode.Haskell
ActiveCode.JavaScript
ActiveCode.Bash
ActiveCode.Languages
ActiveCode.Utils