Some checks failed
deploy-pages Failed to deploy
Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity.
25 lines
545 B
Plaintext
25 lines
545 B
Plaintext
cabal-version: 3.4
|
|
name: mala-zahradka-pro-radost-cz
|
|
version: 0.0.1
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
hs-source-dirs: src
|
|
build-depends:
|
|
base >= 4.8 && < 5,
|
|
containers >= 0.5 && < 0.7,
|
|
directory >= 1.3 && < 1.4,
|
|
extra >= 1.7 && < 1.8,
|
|
hakyll >= 4.9 && < 4.16,
|
|
hakyll-contrib-tojnar >= 0.2.1 && < 0.3.0,
|
|
filepath >= 1.4 && < 1.5,
|
|
pandoc >= 2.0 && < 2.20,
|
|
process >= 1.6 && < 1.7,
|
|
time >= 1.9 && < 1.12,
|
|
ghc-options:
|
|
-- Required for watch on Windows.
|
|
-threaded
|
|
|
|
-Wall
|
|
-fno-warn-tabs
|