manifolds-core 0.5.0.4 → 0.5.1.0
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Math.Manifold.Core.PseudoAffine: instance Math.Manifold.Core.PseudoAffine.PseudoAffine GHC.Types.Float
+ Math.Manifold.Core.PseudoAffine: instance Math.Manifold.Core.PseudoAffine.Semimanifold GHC.Types.Float
Files
Math/Manifold/Core/PseudoAffine.hs view
@@ -268,6 +268,7 @@ a.-~.b = pure (a.-.b); } deriveAffine((),Double)+deriveAffine((),Float) deriveAffine((),Rational)
manifolds-core.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifolds-core-version: 0.5.0.4+version: 0.5.1.0 synopsis: The basic classes for the manifolds hierarchy. description: The basic classes for the <http://hackage.haskell.org/package/manifolds manifolds> hierarchy.