From 5c92d46bebf188911d6472ace159995e47580290 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 31 Jan 2024 01:21:45 +0800 Subject: [PATCH] Bumped bytestring upper bound --- sdl2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2.cabal b/sdl2.cabal index 4d5bc46..31bbf92 100644 --- a/sdl2.cabal +++ b/sdl2.cabal @@ -145,7 +145,7 @@ library build-depends: base >= 4.7 && < 5, - bytestring >= 0.10.4.0 && < 0.12, + bytestring >= 0.10.4.0 && < 0.13, exceptions >= 0.4 && < 0.11, StateVar >= 1.1.0.0 && < 1.3, text >= 1.1.0.0 && < 2.2,