summaryrefslogtreecommitdiff
path: root/skreutz-dot-com.cabal
blob: 880e43b5767cd4cef3f01e07bd276e2548b1656f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name:               skreutz-dot-com
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.