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.6.1
+Version:             0.6.2
 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,7 +19,7 @@
 Library
   Exposed-modules:     Codec.Picture.Repa
   Build-depends:       base >= 4.0 && < 5, repa >= 3.2
-                    , JuicyPixels >= 1.1
+                    , JuicyPixels >= 3.1
                     , vector >= 0.9
                     , bytestring >= 0.9
   -- Other-modules:       
