summaryrefslogtreecommitdiff
path: root/blog.cabal
blob: c0c8c9ab5688dad210f3814aa72faddbc7274c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
                  , time
  ghc-options:      -threaded
  default-language: Haskell2010
Generated by cgit. See skreutz.com for my tech blog and contact information.