-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpladen.cabal
59 lines (52 loc) · 1.59 KB
/
pladen.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
-- Initial pladen.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: pladen
version: 0.1.1.0
-- synopsis:
-- description:
license: MIT
license-file: LICENSE
author: Thomas Scholtes
maintainer: [email protected]
copyright: 2014, Thomas Scholtes
category: Web
build-type: Simple
cabal-version: >=1.10
executable server
main-is: Pladen/Main.hs
default-extensions: OverloadedStrings
ghc-options: -Wall
default-language: Haskell2010
build-depends:
base >=4.6,
directory,
transformers >=0.3,
mtl >= 2.1, resourcet, monad-logger,
filepath >=1.3,
time, old-locale,
containers, unordered-containers,
process >= 1.2,
shell-escape >= 0.1.2,
text >=0.11,
bytestring >=0.10.4,
blaze-builder,
parsec >=3.1,
conduit >=1.1.2,
conduit-extra >=1.1,
mime-types,
http-types ==0.8.*,
warp ==2.1.*,
wai ==2.1.*,
wai-app-static ==2.0.*,
wai-extra ==2.1.*,
wai-middleware-static ==0.5.*,
uri >= 0.1.6,
simple ==0.8.*,
persistent ==1.3.*, persistent-template,
persistent-sqlite,
esqueleto ==1.3.*,
optparse-applicative ==0.8.*,
utf8-string,
xml-conduit >=1.2, xml-types,
yaml >=0.8, aeson,
streaming-commons >=0.1