hakyll-skeleton/skeleton-web.cabal

15 lines
397 B
Plaintext
Raw Permalink Normal View History

2021-11-17 23:06:47 +00:00
name: skeleton-web
2021-11-04 09:23:31 +00:00
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
2022-06-29 08:32:17 +00:00
, hakyll == 4.15.*
2021-11-04 09:23:31 +00:00
, containers == 0.6.*
, filepath == 1.4.*
, pandoc
ghc-options: -threaded
default-language: Haskell2010