-
Notifications
You must be signed in to change notification settings - Fork 102
/
hl.cabal
41 lines (40 loc) · 1.24 KB
/
hl.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
name: hl
version: 0.0.0
synopsis: Haskell web site.
description: Haskell web site.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@gmail.com
copyright: 2014 Chris Done
category: Web
build-type: Simple
cabal-version: >=1.8
executable hl
hs-source-dirs: src/
ghc-options: -Wall -O2 -fno-warn-unused-do-bind
main-is: Main.hs
build-depends: blaze-html,
monad-extras,
filepath,
markdown,
xml-conduit,
conduit,
warp,
wai-logger,
fast-logger,
yesod-core,
text,
lifted-base,
yesod,
yesod-static,
base >= 4 && < 5,
foreign-store,
senza,
directory,
pandoc,
pandoc-types,
http-conduit,
hscolour,
text-icu,
bytestring