From e7a8bf413e7c2ef64f21e46e9dbeec6bc218ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Wed, 20 Dec 2023 12:09:06 -0500 Subject: [PATCH] Update dependency bounds to allow building with GHC 9.8 --- hakyll.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 4609dcce..7a900366 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -191,7 +191,7 @@ Library bytestring >= 0.9 && < 0.13, containers >= 0.3 && < 0.7, data-default >= 0.4 && < 0.8, - deepseq >= 1.3 && < 1.5, + deepseq >= 1.3 && < 1.6, directory >= 1.2.7.0 && < 1.4, file-embed >= 0.0.10.1 && < 0.0.16, filepath >= 1.0 && < 1.5, @@ -207,8 +207,8 @@ Library resourcet >= 1.1 && < 1.4, scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, - template-haskell >= 2.14 && < 2.21, - text >= 0.11 && < 1.3 || >= 2.0 && < 2.1, + template-haskell >= 2.14 && < 2.22, + text >= 0.11 && < 1.3 || >= 2.0 && < 2.2, time >= 1.8 && < 1.13, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3,