ods94065 / sdl2-image

Haskell bindings for SDL_image version 2 and greater.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Relax version constraints on sdl2 #4

Closed jhickner closed 9 years ago

jhickner commented 9 years ago

Update to work with the latest version of sdl2 which is 1.3.0

ods94065 commented 9 years ago

Hm. This update breaks the ability to use this library with sdl2 versions 1.1 and 1.2. However, if it's working with 1.3, and was already working with 1.1, it seems to me that we need to relax the constraint a bit more. Would you mind setting this to something like sdl2 >= 1.1 && < 1.4 and see if that works for you?

jhickner commented 9 years ago

Oh right! Ok I changed it to sdl2 >= 1.1 && < 1.4.

ods94065 commented 9 years ago

Thanks!