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
2022-07-22 05:41:43 +00:00
version: 0.1.1.0
2021-11-04 09:23:31 +00:00
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
2024-01-23 05:50:50 +00:00
, hakyll == 4.16.*
2021-11-04 09:23:31 +00:00
, containers == 0.6.*
, filepath == 1.4.*
, pandoc
ghc-options: -threaded
default-language: Haskell2010