hakyll-site.cabal: Cabal format

This commit is contained in:
Sanchayan Maity 2023-03-04 15:04:16 +05:30
parent f9e2692a25
commit 7c5fb7a169
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,13 @@
name: hakyll-site
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
name: hakyll-site
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.10
executable site
main-is: site.hs
build-depends: base >= 4.12
, hakyll == 4.15.*
build-depends:
base >=4.12
, hakyll >=4.15 && <4.16
ghc-options: -threaded
default-language: Haskell2010