hakyll-skeleton/skeleton-web.cabal
Fiscal Velvet Poet 3f3fd95ed1
hakyll: bump to v4.16.x
resolves #4
2024-01-23 15:50:50 +10:00

15 lines
397 B
Plaintext

name: skeleton-web
version: 0.1.1.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.16.*
, containers == 0.6.*
, filepath == 1.4.*
, pandoc
ghc-options: -threaded
default-language: Haskell2010