diff --git a/vinyl-gl.cabal b/vinyl-gl.cabal
--- a/vinyl-gl.cabal
+++ b/vinyl-gl.cabal
@@ -1,5 +1,5 @@
 name:          vinyl-gl
-version:       0.1.3
+version:       0.1.3.1
 synopsis:      Utilities for working with OpenGL's GLSL shading language and vinyl records.
 description:   Using "Data.Vinyl" records (similar in spirit to @HList@)
                to carry GLSL uniform parameters and vertex data enables
@@ -26,7 +26,8 @@
                        Graphics.VinylGL.Uniforms, 
                        Graphics.VinylGL.Vertex
   -- other-modules:       
-  build-depends:       base >= 4.6 && < 5, transformers >= 0.3, vinyl >= 0.3,
+  build-depends:       base >= 4.6 && < 5, transformers >= 0.3, 
+                       vinyl >= 0.3 && < 4,
                        containers >= 0.5, GLUtil >= 0.6.4, OpenGL >= 2.8, 
                        tagged >= 0.4, vector >= 0.10, linear >= 1.1.3
   hs-source-dirs:      src
