about summary refs log tree commit diff
path: root/dybiec-info.cabal
blob: dbdd72dd33a97cbf38896e1eaf4c37341b12fa03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cabal-version:      3.4
name:               dybiec-info
version:            0.1.0.0
build-type:         Simple
license:            BSD-3-Clause
license-file:		LICENSE
description:
  My website
homepage:           https://git.dybiec.info/website

executable site
  main-is:          site.hs
  build-depends:    base == 4.*
                  , hakyll >= 4.15
  ghc-options:      -threaded