summaryrefslogtreecommitdiff
path: root/blog.cabal
blob: 03b903558b77c0841caec5b72f8bf95ed6fc9f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:               blog
version:            0.1.0.0
synopsis:           Stefan Kreutz' personal website
author:             Stefan Kreutz
maintainer:         mail@skreutz.com
bug-reports:        mailto:mail@skreutz.com
homepage:           https://www.skreutz.com/
build-type:         Simple
cabal-version:      >= 1.10

executable site
  main-is:          site.hs
  build-depends:    base
                  , hakyll
                  , filepath
		  , pandoc
		  , pandoc-types
                  , time
  ghc-options:      -threaded
  default-language: Haskell2010
Generated by cgit. See skreutz.com for my tech blog and contact information.