From 8ff4b216c31d18e45ea4ba0980e649b40ae5f720 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 28 Oct 2019 16:55:26 +0100 Subject: [PATCH] bump sdl2 version --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index a5d0918..b0276a8 100644 --- a/affection.cabal +++ b/affection.cabal @@ -99,7 +99,7 @@ library ghc-options: -Wall -- Other library packages from which modules are imported. build-depends: base >=4.9 && < 5 - , sdl2 >= 2.4 && < 2.5 + , sdl2 >= 2.5 && < 2.6 , linear , text , mtl