forked from ruHaskell/ruhaskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruHaskell.cabal
51 lines (39 loc) · 1.43 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
-- Initial ruHaskell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ruHaskell
version: 0.1.0.0
synopsis: Russian community of Haskell-developers
homepage: http://haskell.ru
license-file: LICENSE
author: Denis Shevchenko
maintainer: me@dshevchenko.biz
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
executable ruHaskell
main-is: Main.hs
other-modules: Copiers
RSSFeed
Context
Posts
Tags
XMLMap
Archive
IndexPage
Links
Misc
other-extensions: OverloadedStrings
build-depends: base >=4.7 && <4.8,
split >=0.2 && <0.3,
filepath >=1.3 && <1.4,
HTTP >=4000.2 && <4000.3,
hakyll >=4.6 && <4.7,
BlogLiterately >=0.7,
mtl,
containers,
blaze-html,
old-locale
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -W