-
Notifications
You must be signed in to change notification settings - Fork 47
/
ruHaskell.cabal
67 lines (57 loc) · 1.84 KB
/
ruHaskell.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
63
64
65
66
67
name: ruHaskell
version: 0.2.0.0
synopsis: Website of Russian community of Haskell-developers
homepage: http://ruhaskell.org
license: MIT
license-file: LICENSE
author: Denis Shevchenko
maintainer: [email protected]
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
executable ruHaskell
main-is: Main.hs
hs-source-dirs: src
other-modules: About
Archive
Context
Copiers
Css.Own
IndexPage
Links
Markup.About
Markup.Archive
Markup.Authors
Markup.Categories
Markup.Default
Markup.Footer
Markup.Head
Markup.Index
Markup.Links
Markup.Post
Markup.PostList
Markup.Posts
Markup.Sitemap
Markup.Tags
Misc
Posts
RSSFeed
Tags
XMLMap
build-depends: aeson
, base
, blaze-html
, clay
, containers
, filepath
, hakyll
, mtl
, pandoc
, split
, string-qq
, text
, time
, unordered-containers
default-language: Haskell2010
ghc-options: -Wall