packages feed

linear 1.14 → 1.14.0.1

raw patch · 3 files changed

+6/−1 lines, 3 files

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+1.14.0.1+--------+* Fixed test failures caused by 1.14+ 1.14 ---- * Moved `Coincides` to `Linear.Plucker.Coincides`. The constructors `Line` and `Ray` oft collided with user code.
linear.cabal view
@@ -1,6 +1,6 @@ name:          linear category:      Math, Algebra-version:       1.14+version:       1.14.0.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE
tests/Plucker.hs view
@@ -1,6 +1,7 @@ module Plucker (tests) where import Linear import Linear.Plucker+import Linear.Plucker.Coincides import Test.HUnit  ln2,ln3,ln4,ln5,ln6,ln7,ln8,ln9 :: Plucker Float