18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
|
|
name: hrob2022-krk-litvinov-cz
|
||
|
|
version: 0.0.1
|
||
|
|
build-type: Simple
|
||
|
|
cabal-version: >= 1.10
|
||
|
|
|
||
|
|
executable site
|
||
|
|
main-is: site.hs
|
||
|
|
hs-source-dirs: src
|
||
|
|
build-depends:
|
||
|
|
base >= 4.8 && < 5,
|
||
|
|
containers >= 0.5 && < 0.7,
|
||
|
|
hakyll >= 4.9 && < 4.16,
|
||
|
|
hakyll-contrib-tojnar >= 0.0.1 && < 0.2.0,
|
||
|
|
filepath >= 1.4 && < 1.5,
|
||
|
|
pandoc >= 2.0 && < 2.18
|
||
|
|
ghc-options: -threaded -Wall -fno-warn-tabs
|
||
|
|
default-language: Haskell2010
|