sdl2-image 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- changelog.md +3/−0
- sdl2-image.cabal +3/−3
changelog.md view
@@ -1,3 +1,6 @@+## v0.1.3.2+- add support for 'base-4.8'+ ## v0.1.3.1 - add 'this' change-log file
sdl2-image.cabal view
@@ -1,5 +1,5 @@ name: sdl2-image-version: 0.1.3.1+version: 0.1.3.2 synopsis: Haskell binding to sdl2-image. description: Haskell binding to sdl2-image. license: MIT@@ -18,7 +18,7 @@ source-repository this type: git location: https://github.com/ccll/hs-sdl2-image.git- tag: v0.1.3.1+ tag: v0.1.3.2 library extra-libraries:@@ -29,7 +29,7 @@ SDL2_image >= 2.0.0 build-depends:- base >= 4.6 && < 4.8,+ base >= 4.6 && < 4.9, sdl2 >= 1.0 && < 1.4 hs-source-dirs: