linear 1.15 → 1.15.0.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep +base-orphansdep ~base
Dependencies added: base-orphans
Dependency ranges changed: base
Files
- CHANGELOG.markdown +4/−0
- linear.cabal +1/−1
- src/Linear.hs +2/−2
CHANGELOG.markdown view
@@ -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`.
linear.cabal view
@@ -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
src/Linear.hs view
@@ -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