From f5c6450bdd264922c5ede3b238659e8b2f81a1be Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Fri, 20 Dec 2024 15:52:04 +0800 Subject: [PATCH] Bumped linear upper bound --- sdl2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2.cabal b/sdl2.cabal index 31bbf92..f32be67 100644 --- a/sdl2.cabal +++ b/sdl2.cabal @@ -156,7 +156,7 @@ library cpp-options: -Dnolinear else build-depends: - linear >= 1.10.1.2 && < 1.23 + linear >= 1.10.1.2 && < 1.24 if impl(ghc >= 8.6) default-extensions: NoStarIsType