diff --git a/dynamic-graph.cabal b/dynamic-graph.cabal
--- a/dynamic-graph.cabal
+++ b/dynamic-graph.cabal
@@ -1,5 +1,5 @@
 name:                dynamic-graph
-version:             0.1.0.8
+version:             0.1.0.9
 synopsis:            Draw and update graphs in real time with OpenGL
 description:         
     Draw and update graphs in real time with OpenGL. Suitable for displaying large amounts of frequently changing data. Line graphs and waterfall plots are supported, as well as axis drawing.
@@ -37,16 +37,16 @@
     -- other-modules:       
     -- other-extensions:    
     build-depends:       
-        base         >=4.6  && <4.9, 
-        GLFW-b       >=1.4  && <1.5, 
-        OpenGL       >=2.9  && <2.13, 
-        GLUtil       >=0.7  && <0.9, 
-        transformers >=0.3  && <0.5, 
-        either       >=4.1  && <4.4, 
-        pipes        >=4.1  && <4.2, 
-        pango        >=0.13 && <0.14, 
-        cairo        >=0.13 && <0.14, 
-        colour       >=2.3  && <2.4
+        base         >=4.6   && <5, 
+        GLFW-b       >=1.4   && <1.5, 
+        OpenGL       >=2.9   && <3.1, 
+        GLUtil       >=0.9.1 && <0.10, 
+        transformers >=0.3   && <0.6, 
+        either       >=4.1   && <4.5, 
+        pipes        >=4.1   && <4.3, 
+        pango        >=0.13  && <0.14, 
+        cairo        >=0.13  && <0.14, 
+        colour       >=2.3   && <2.4
     -- hs-source-dirs:      
     default-language:    Haskell2010
     other-modules:       Paths_dynamic_graph
