forked from MnO2/haspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaspot.cabal
31 lines (29 loc) · 1015 Bytes
/
haspot.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
-- Initial haspot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: haspot
version: 0.1.0.0
synopsis: A Static Site Generator based on Hakyll
-- description:
homepage: https://github.com/MnO2/haspot
license: MIT
license-file: LICENSE
author: Paul Meng
maintainer: mno2@mno2.org
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable haspot
build-depends: base >=4.7 && <4.9,
hakyll >= 4.6,
blaze-html,
blaze-markup,
containers,
filepath,
old-locale,
pandoc >= 1.14,
time,
yaml
main-is: haspot.hs
default-language: Haskell2010