Files
zahradka/site/mala-zahradka-pro-radost-cz.cabal
Jan Tojnar 11203e2e3d
Some checks failed
deploy-pages Failed to deploy
Abandon flakes in favour of npins
Flakes copy the whole gigantic repo to store all the time, quickly eating all the drive capacity.
2024-07-13 12:50:19 +02:00

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