-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore-online.cabal
40 lines (38 loc) · 1.31 KB
/
core-online.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
name: core-online
version: 0.1.0.0
synopsis: Web app version of ghc-core
-- description:
homepage: http://github.com/alpmestan/core-online
license: BSD3
license-file: LICENSE
author: Alp Mestanogullari <alpmestan@gmail.com>
maintainer: Alp Mestanogullari <alpmestan@gmail.com>
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
data-files: static/highlight.css,
static/style.css
executable core-online
main-is: CoreOnline.hs
hs-source-dirs: src/
other-modules: About,
AddCore,
Core,
GHCCore,
Home,
Templates,
Templates.CoreForm,
ViewCore
build-depends: base >= 4 && < 5,
happstack-server,
bytestring,
blaze-html,
blaze-markup,
text,
sqlite-simple,
mtl,
process,
filepath,
highlighter
ghc-options: -O2 -Wall