flake: init flake support

This commit is contained in:
Dhananjay Balan
2023-11-15 09:47:53 +01:00
parent 58889b6c5e
commit ee72ffbd8c
4 changed files with 118 additions and 24 deletions

View File

@@ -5,9 +5,9 @@ cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.13.*
, filepath >= 1.4
build-depends: base
, hakyll
, filepath
, regex-compat
ghc-options: -threaded
default-language: Haskell2010