-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamplecount.cabal
More file actions
32 lines (30 loc) · 1.05 KB
/
samplecount.cabal
File metadata and controls
32 lines (30 loc) · 1.05 KB
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
-- Initial haspot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: samplecount
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: 2015 Paul Meng
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable samplecount
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, blaze-html
, blaze-markup
, containers
, filepath
, hakyll
, pandoc
, time
, unordered-containers
, yaml
main-is: samplecount.hs
default-language: Haskell2010