flake: init flake support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user