diff --git a/SimpleGL.cabal b/SimpleGL.cabal
--- a/SimpleGL.cabal
+++ b/SimpleGL.cabal
@@ -1,6 +1,6 @@
 
 name:                SimpleGL
-version:             0.9.2
+version:             0.9.3
 synopsis:            A Simple Graphics Library from the SimpleH framework.
 description: 
   synopsis: A Simple Graphics Library from the SimpleH framework.         
@@ -15,7 +15,7 @@
 library
   exposed-modules: SimpleH.GL SimpleH.GL.Texture
   other-modules: SimpleH.GL.Base       
-  build-depends:       base ==4.6.*, SimpleH ==1.0.*, GLFW ==0.5.*, OpenGL ==2.8.*, JuicyPixels ==3.1.*, vector ==0.10.*
+  build-depends:       base ==4.6.*, SimpleH ==1.0.*, GLFW ==0.5.*, OpenGL ==2.8.*, JuicyPixels ==2.0.*, vector ==0.10.*
   hs-source-dirs:      src
   extensions: RebindableSyntax, NoMonomorphismRestriction
   ghc-options: -W
