From 32ff4db11cb6f2ba43315568410cee7a03b600d0 Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Mon, 18 Sep 2023 15:15:54 +0200
Subject: [PATCH] cabal: Bump bytestring dependency

Related: https://mail.haskell.org/pipermail/xmonad/2023-September/015647.html
---
 xmonad-contrib.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 339ef524..bc97b530 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -55,7 +55,7 @@ flag pedantic
 
 library
     build-depends: base >= 4.11 && < 5,
-                   bytestring >= 0.10 && < 0.12,
+                   bytestring >= 0.10 && < 0.13,
                    containers >= 0.5 && < 0.7,
                    directory,
                    filepath,
@@ -467,7 +467,7 @@ test-suite tests
   build-depends: base
                , QuickCheck >= 2
                , X11 >= 1.10 && < 1.11
-               , bytestring >= 0.10 && < 0.12
+               , bytestring >= 0.10 && < 0.13
                , containers
                , directory
                , time >= 1.8 && < 1.13