From 43ce9c580cf6c55900f36c60ee92a6e877721464 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Mon, 27 Nov 2023 21:58:13 +0300 Subject: [PATCH] Allow bytestring 0.12 (#1009) --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index ad93d106..4609dcce 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -188,7 +188,7 @@ Library binary >= 0.5 && < 0.10, blaze-html >= 0.5 && < 0.10, blaze-markup >= 0.5.1 && < 0.9, - bytestring >= 0.9 && < 0.12, + bytestring >= 0.9 && < 0.13, containers >= 0.3 && < 0.7, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, @@ -291,7 +291,7 @@ Test-suite hakyll-tests -- Copy pasted from hakyll dependencies: aeson >= 1.0 && < 1.6 || >= 2.0 && < 2.3, base >= 4.12 && < 5, - bytestring >= 0.9 && < 0.12, + bytestring >= 0.9 && < 0.13, containers >= 0.3 && < 0.7, filepath >= 1.0 && < 1.5, tagsoup >= 0.13.1 && < 0.15,