website/Site.cabal

17 lines
489 B
Plaintext

name: Site
version: 1.0
synopsis: Site builder with Hakyll
author: Tito Sacchi
build-type: Simple
executable site
build-depends: hakyll >= 4.16 && < 5
, base >= 4 && < 5
, mtl >= 2 && < 3
, filepath >= 1.4 && < 2
, process >= 1.6 && < 2
, pandoc >= 3.1 && < 4
main-is: site.hs
hs-source-dirs: .
default-language: Haskell2010