diff --git a/JuicyPixels-repa.cabal b/JuicyPixels-repa.cabal
--- a/JuicyPixels-repa.cabal
+++ b/JuicyPixels-repa.cabal
@@ -1,5 +1,5 @@
 Name:                JuicyPixels-repa
-Version:             0.5
+Version:             0.5.1
 Synopsis:            Convenience functions to obtain array representations of images.
 Description:         This wraps the Juicy.Pixels library to convert into 'Repa' and 
                      'Data.Vector.Storable' formats.
@@ -19,9 +19,9 @@
 Library
   Exposed-modules:     Codec.Picture.Repa
   Build-depends:       base >= 4.0 && < 5, repa >= 3.2
-                    , JuicyPixels >= 1.1 && < 2.1
-                    , vector >= 0.9 && < 0.10
-                    , bytestring >= 0.9 && < 0.10
+                    , JuicyPixels >= 1.1
+                    , vector >= 0.9
+                    , bytestring >= 0.9
   -- Other-modules:       
   -- Build-tools:         
   
