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

View file

@ -5,7 +5,9 @@ cabal-version: >= 1.10
executable site executable site
main-is: site.hs main-is: site.hs
build-depends: base >= 4.12 build-depends:
, hakyll == 4.15.* base >=4.12
, hakyll >=4.15 && <4.16
ghc-options: -threaded ghc-options: -threaded
default-language: Haskell2010 default-language: Haskell2010