voc-web/voc-web.cabal

14 lines
352 B
Plaintext
Raw Permalink Normal View History

2021-11-25 06:37:11 +00:00
name: voc-web
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
2024-01-22 13:29:16 +00:00
, hakyll == 4.16.*
2021-11-25 06:37:11 +00:00
, filepath == 1.4.*
, pandoc
ghc-options: -threaded
default-language: Haskell2010