From 67dd7ba712b4b565831c98c23b703f093bb319f4 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 This matches the revision -r1 already made at https://hackage.haskell.org/package/tomland-1.3.3.2/revisions/ --- 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