diff --git a/sdl2-image.cabal b/sdl2-image.cabal
--- a/sdl2-image.cabal
+++ b/sdl2-image.cabal
@@ -1,5 +1,5 @@
 name:                sdl2-image
-version:             0.1.1.0
+version:             0.1.3.0
 synopsis:            Haskell binding to sdl2-image.
 description:         Haskell binding to sdl2-image.
 license:             MIT
@@ -17,11 +17,11 @@
 source-repository this
   type:       git
   location:   https://github.com/ccll/hs-sdl2-image.git
-  tag:        v0.1.1.0
+  tag:        v0.1.3.0
 
 library
   extra-libraries:
-    sdl2
+    SDL2
 
   pkgconfig-depends:
     sdl2 >= 2.0.1,
@@ -29,7 +29,7 @@
 
   build-depends:
     base >= 4.6 && < 4.8,
-    sdl2 >= 1.0 && < 1.2
+    sdl2 >= 1.0 && < 1.4
 
   hs-source-dirs:
     src
