bump sdl2 version

This commit is contained in:
nek0 2019-10-28 16:55:26 +01:00
parent c1ed74bb66
commit 8ff4b216c3
1 changed files with 1 additions and 1 deletions

View File

@ -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