-
Notifications
You must be signed in to change notification settings - Fork 0
/
nlvGithub.cabal
50 lines (38 loc) · 1.27 KB
/
nlvGithub.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
-- Initial nlvGithub.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: nlvGithub
version: 0.1.0.0
synopsis: Personal blog of Leon Nikitin (Leon.V.Nikitin@pravmail.ru)
homepage: http://haskell.ru
license-file: LICENSE
author: Leon Nikitin
maintainer: Leon.V.Nikitin@pravmail.ru
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
executable nlvGithub
main-is: Main.hs
other-modules: Copiers
RSSFeed
Context
Posts
Tags
XMLMap
Archive
IndexPage
Links
Misc
other-extensions: OverloadedStrings
build-depends: base,
split,
filepath,
HTTP,
hakyll,
mtl,
containers,
blaze-html,
time
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -W