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.6.0.0
+version:             0.6.0.1
 stability:           Experimental
 synopsis:            Painless 3D graphics, no affiliation with gloss
 description:{
@@ -36,10 +36,10 @@
   other-modules:       
 
   build-depends:       base >= 4.5 && < 5,
-                       GLUT >= 2.3.0.0 && < 2.6,
-                       time == 1.4.*,
-                       OpenGLRaw >= 1.2.0.0 && < 1.5,
-                       spatial-math >= 0.2.0 && < 0.3
+                       GLUT >= 2.3.0,
+                       time >= 1.4.0,
+                       OpenGLRaw >= 1.2.0,
+                       spatial-math >= 0.2.0
 
   ghc-options: -O2
 
