-
Notifications
You must be signed in to change notification settings - Fork 6
/
MSPweb.cabal
62 lines (58 loc) · 1.76 KB
/
MSPweb.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
60
61
62
name: MSPweb
version: 0.2.0.0
synopsis: Generator for the MSP website
homepage: https://github.com/msp-strath/MSPweb
author: Bob Atkey, Fredrik Nordvall Forsberg
maintainer: [email protected]
build-type: Simple
cabal-version: >= 1.10
executable Generate
main-is: Generate.hs
build-depends: base,
filepath,
directory,
pandoc >= 2.0,
text
default-language: Haskell2010
executable Generate101
main-is: Generate101.hs
other-modules: OneOhOne
build-depends: base,
containers,
directory,
time,
regex-pcre-builtin,
array,
aeson,
bytestring,
text,
xml-types,
http-client,
http-client-tls,
http-types,
feed
default-language: Haskell2010
executable GeneratePeople
main-is: GeneratePeople.hs
other-modules: Html
build-depends: base,
yaml,
bytestring
default-language: Haskell2010
executable GenerateNews
main-is: GenerateNews.hs
other-modules: Html
build-depends: base,
crypton-connection,
crypton-x509-system,
data-default,
yaml,
bytestring,
http-client,
http-client-tls,
http-types,
time,
tls,
feed,
text
default-language: Haskell2010