From b6318c067ba029c0670252c5c558b98be28d5eb6 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 11 Mar 2024 08:52:21 +0000 Subject: [PATCH] Bump bytestring to < 0.13 --- tomland.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomland.cabal b/tomland.cabal index 318352b..33c8a7b 100644 --- a/tomland.cabal +++ b/tomland.cabal @@ -131,7 +131,7 @@ library Toml.Type.UValue Toml.Type.Value - build-depends: bytestring >= 0.10 && < 0.12 + build-depends: bytestring >= 0.10 && < 0.13 , containers >= 0.5.7 && < 0.7 , deepseq >= 1.4 && < 1.6 , hashable >= 1.3.1.0 && < 1.5