summaryrefslogtreecommitdiff
path: root/skreutz-dot-com.cabal
blob: 053b0b4ae70269a1454cd48e7eb2df2f10fb4164 (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 == 4.*
                  , hakyll == 4.13.*
                  , filepath
                  , time
  ghc-options:      -threaded
  default-language: Haskell2010
Generated by cgit. See skreutz.com for my tech blog and contact information.