From 678ce46f3d3da6e76dd2bb71dfe897da9af70a34 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 22 Dec 2021 17:10:39 +1000 Subject: [PATCH] hakyll: upgraded to v4.15 --- mcwhirter-io.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwhirter-io.cabal b/mcwhirter-io.cabal index ae31663..0d861a5 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.14.* + , hakyll == 4.15.* , pandoc ghc-options: -threaded default-language: Haskell2010