15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
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.*
|
|
, hakyll == 4.14.*
|
|
, containers == 0.6.*
|
|
, filepath == 1.4.*
|
|
, pandoc
|
|
ghc-options: -threaded
|
|
default-language: Haskell2010
|