From 7c5fb7a1691a8ce419f189efd6c65885f9bdfe02 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 4 Mar 2023 15:04:16 +0530 Subject: [PATCH] hakyll-site.cabal: Cabal format --- hakyll-site.cabal | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hakyll-site.cabal b/hakyll-site.cabal index d78f2f3..bd44200 100644 --- a/hakyll-site.cabal +++ b/hakyll-site.cabal @@ -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