diff --git a/linear-opengl.cabal b/linear-opengl.cabal
--- a/linear-opengl.cabal
+++ b/linear-opengl.cabal
@@ -1,5 +1,5 @@
 name:                linear-opengl
-version:             0.2.0.9
+version:             0.2.0.10
 synopsis:            Isomorphisms between linear and OpenGL types
 description:         This provides various useful utilities for mapping OpenGL vectors, vertices, and matrices to their analogues in the `linear` package
 homepage:            http://www.github.com/bgamari/linear-opengl
@@ -20,11 +20,11 @@
   exposed-modules:     Linear.OpenGL
   other-modules:       Linear.OpenGL.MatrixUniforms
   build-depends:       base >=4.6 && <4.9,
-                       linear >=1.10 && <1.20,
+                       linear >=1.10 && <1.21,
                        lens >=4.2 && <4.14,
                        distributive >=0.4 && <0.5,
                        tagged >= 0.7 && < 0.9,
-                       OpenGL >=2.9 && <2.13,
-                       OpenGLRaw >= 1.5 && <2.6
+                       OpenGL >=2.9 && <2.14,
+                       OpenGLRaw >= 1.5 && <2.7
   hs-source-dirs:      src
   default-language:    Haskell2010
