diff --git a/Graphics/Gloss/Juicy.hs b/Graphics/Gloss/Juicy.hs
--- a/Graphics/Gloss/Juicy.hs
+++ b/Graphics/Gloss/Juicy.hs
@@ -21,6 +21,7 @@
 import Codec.Picture
 import Codec.Picture.Types
 import Graphics.Gloss.Data.Picture
+import Graphics.Gloss.Data.Bitmap
 import Data.Vector.Storable        (unsafeToForeignPtr)
 
 -- | Tries to convert a 'DynamicImage' from JuicyPixels to a gloss 'Picture'.  All formats except RGBF and YF should successfully
diff --git a/gloss-juicy.cabal b/gloss-juicy.cabal
--- a/gloss-juicy.cabal
+++ b/gloss-juicy.cabal
@@ -1,5 +1,5 @@
 name:                gloss-juicy
-version:             0.1.2
+version:             0.2
 synopsis:            Load any image supported by Juicy.Pixels in your gloss application
 description:         Lets you convert any image supported by Juicy.Pixels in a gloss application by converting to gloss' Bitmap representation.
 		     .
@@ -20,7 +20,7 @@
   build-depends:       base >=4 && < 5,
                        bytestring,
                        bmp >= 1.2.4.1,
-                       gloss,
+                       gloss >= 1.9,
                        JuicyPixels,
                        vector
   ghc-options:         -O2 -Wall -threaded
