SpatialMath 0.2.7.0 → 0.2.7.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~doctestdep ~linearPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest, linear
API changes (from Hackage documentation)
Files
- SpatialMath.cabal +2/−2
- changelog.txt +5/−2
SpatialMath.cabal view
@@ -1,5 +1,5 @@ name: SpatialMath-version: 0.2.7.0+version: 0.2.7.1 synopsis: 3d math including quaternions/euler angles/dcms and utility functions description: This is a fork of Greg Horn's spatial-math package. It's reason for being is that its most recent version does not require deprecated@@ -22,7 +22,7 @@ SpatialMathT other-modules: Types build-depends: base >= 4 && < 5 ,- ghc-prim >= 0.8.0 && < 0.9,+ ghc-prim >= 0.8.0 && < 1 , binary >= 0.8.9 && < 0.9, cereal >= 0.5.8 && < 0.6, lens >= 5.2.3 && < 5.3,
changelog.txt view
@@ -1,2 +1,5 @@-0.2.7.0-initial fork of spatial-math-0.2.7.0+0.2.7.0:+- initial fork of spatial-math-0.2.7.0++0.2.7.1:+- change build-depends bounds to compile with ghc 9.2, 9.4, 9.6