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.1.0.0
+version:             0.1.0.1
 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
@@ -18,7 +18,7 @@
 
 library
   exposed-modules:     Linear.OpenGL
-  build-depends:       base >=4.7 && <4.8,
+  build-depends:       base >=4.6 && <4.8,
                        linear >=1.10 && <1.11,
                        OpenGL >=2.9 && <2.10,
                        lens >=4.2 && <4.3
