blog/hakyll-site.cabal

14 lines
261 B
Plaintext
Raw Normal View History

2023-03-04 10:34:16 +01:00
name: hakyll-site
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.10
executable site
main-is: site.hs
2023-03-04 10:34:16 +01:00
build-depends:
base >=4.12
2023-05-30 08:04:27 +02:00
, hakyll >=4.16
2023-03-04 10:34:16 +01:00
ghc-options: -threaded
default-language: Haskell2010