From 7d77a910b176c395881da3bf507a6e1936a30023 Mon Sep 17 00:00:00 2001 From: Akhra Mellivora Gannon Date: Fri, 26 Jan 2024 01:04:38 -0800 Subject: [PATCH] bump maximum constraint for text <2.1 -> <2.2 (current) --- sdl2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2.cabal b/sdl2.cabal index f779426..4d5bc46 100644 --- a/sdl2.cabal +++ b/sdl2.cabal @@ -148,7 +148,7 @@ library bytestring >= 0.10.4.0 && < 0.12, exceptions >= 0.4 && < 0.11, StateVar >= 1.1.0.0 && < 1.3, - text >= 1.1.0.0 && < 2.1, + text >= 1.1.0.0 && < 2.2, transformers >= 0.2 && < 0.7, vector >= 0.10.9.0 && < 0.14