-
Notifications
You must be signed in to change notification settings - Fork 2
/
ssg.cabal
30 lines (28 loc) · 1.17 KB
/
ssg.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
name: ssg
version: 1.13
license: BSD3
license-file: LICENSE
author: Eunchan Kim
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.18
executable ssg
main-is: main.hs
build-depends: base >=4 ,
binary >= 0.8 ,
blaze-html >= 0.5 ,
hakyll >= 4.13 ,
pandoc >= 2 ,
containers >= 0.5 ,
process >= 1.2 ,
directory >= 1.2 ,
filepath >= 1.3 ,
time ,
aeson ,
unordered-containers ,
blaze-markup
Hs-source-dirs: src/
other-modules: Sky, Post, Blog, Config
Ghc-Options: -Wall
default-language: Haskell2010