diff --git a/not-gloss.cabal b/not-gloss.cabal
--- a/not-gloss.cabal
+++ b/not-gloss.cabal
@@ -1,5 +1,5 @@
 name:                not-gloss
-version:             0.5.0.2
+version:             0.5.0.3
 stability:           Experimental
 synopsis:            Painless 3D graphics, no affiliation with gloss
 description:{
@@ -32,7 +32,7 @@
   build-depends:       base >= 4.5 && < 5,
                        GLUT == 2.3.*,
                        time == 1.4.*,
-                       OpenGLRaw == 1.2.*,
+                       OpenGLRaw >= 1.2.0.0 && < 1.4,
                        spatial-math >= 0.1.7 && < 0.2
 
   ghc-options: -O2
