sdl2
sdl2 copied to clipboard
Build fails with libsdl2 2.0.20
This
pkgconfig-depends:
sdl2 >= 2.0.6
seems inaccurate. It requires sdl2 >= 2.0.10 according to https://github.com/haskell-game/sdl2/issues/240 and it seems to fail with 2.0.20 as seen in https://ci.appveyor.com/project/Mikolaj/allure/builds/42817009
Of course, ideally it'd work with all sdl2 versions, perhaps using cabal flags to juggle compatibility settings.