diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+1.15.0.1
+--------
+* Fixed build failures caused by `Linear` re-exporting the old name.
+
 1.15
 ----
 * Renamed `Linear.Perspective` to `Linear.Projection`.
diff --git a/linear.cabal b/linear.cabal
--- a/linear.cabal
+++ b/linear.cabal
@@ -1,6 +1,6 @@
 name:          linear
 category:      Math, Algebra
-version:       1.15
+version:       1.15.0.1
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
diff --git a/src/Linear.hs b/src/Linear.hs
--- a/src/Linear.hs
+++ b/src/Linear.hs
@@ -18,7 +18,7 @@
   , module Linear.Epsilon
   , module Linear.Matrix
   , module Linear.Metric
-  , module Linear.Perspective
+  , module Linear.Projection
   , module Linear.Quaternion
   , module Linear.Trace
   , module Linear.V0
@@ -37,7 +37,7 @@
 import Linear.Instances ()
 import Linear.Matrix
 import Linear.Metric
-import Linear.Perspective
+import Linear.Projection
 import Linear.Quaternion
 import Linear.Trace
 import Linear.V0
