From b47099c01ee9097b664dad24e66c7bb9713ba578 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 7 Jun 2021 14:43:56 +1000 Subject: [PATCH] hakyll: bumped to version 4.14.* --- mcwhirter-io.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwhirter-io.cabal b/mcwhirter-io.cabal index 66c26b3..ae31663 100644 --- a/mcwhirter-io.cabal +++ b/mcwhirter-io.cabal @@ -6,7 +6,7 @@ cabal-version: >= 1.10 executable site main-is: site.hs build-depends: base == 4.* - , hakyll == 4.13.* + , hakyll == 4.14.* , pandoc ghc-options: -threaded default-language: Haskell2010