From 6791e777d5cd8d2e993e3354d7e17a5cf7db802a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Sun, 23 Apr 2023 15:27:03 -0400 Subject: [PATCH] Support for GHC 9.6.1 (#979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add support for pandoc 3.1 * Update dependency bumps for GHC 9.6.1 --------- Co-authored-by: Laurent René de Cotret --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index c922f3db..94003f71 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -204,9 +204,9 @@ Library resourcet >= 1.1 && < 1.4, scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, - template-haskell >= 2.14 && < 2.20, + template-haskell >= 2.14 && < 2.21, text >= 0.11 && < 1.3 || >= 2.0 && < 2.1, - time >= 1.8 && < 1.12, + time >= 1.8 && < 1.13, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.14,