about summary refs log tree commit diff
path: root/dybiec-info.cabal
blob: 7c2eac3b4fea0ab0a6f85334f02903e53239cfee (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.16.*
  ghc-options:      -threaded