From 75d81e679e3713a425bd60e96ab25cb8d889ea2d Mon Sep 17 00:00:00 2001 From: Vibrant C3PO Date: Mon, 22 Jan 2024 23:29:16 +1000 Subject: [PATCH] hakyll: bumped to 4.16 resolves #2 --- voc-web.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/voc-web.cabal b/voc-web.cabal index 234b7b6..3903761 100644 --- a/voc-web.cabal +++ b/voc-web.cabal @@ -6,8 +6,7 @@ cabal-version: >= 1.10 executable site main-is: site.hs build-depends: base == 4.* - , hakyll == 4.15.* - , containers == 0.6.* + , hakyll == 4.16.* , filepath == 1.4.* , pandoc ghc-options: -threaded