packages feed

linearmap-category 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~manifolds-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: manifolds-core

API changes (from Hackage documentation)

Files

Math/LinearMap/Category/Instances.hs view
@@ -108,6 +108,7 @@                      -> LinearMap $ (applyLinear-+$>f)-+$>g }  LinearScalarSpace(ℝ)+LinearScalarSpace(Float) LinearScalarSpace(Rational)  #define FreeLinearSpace(V, LV, tp, tenspl, tenid, dspan, contraction, contraaction)  \
linearmap-category.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                linearmap-category-version:             0.4.0.0+version:             0.4.0.1 synopsis:            Native, complete, matrix-free linear algebra. description:         The term /numerical linear algebra/ is often used almost                      synonymous with /matrix modifications/. However, what's interesting@@ -54,7 +54,7 @@                        tagged,                        free-vector-spaces >= 0.1.4 && < 0.2,                        linear, lens, transformers,-                       manifolds-core >= 0.5.0.4 && < 0.6,+                       manifolds-core >= 0.5.1.0 && < 0.6,                        semigroups,                        ieee754 >= 0.7 && < 0.9,                        call-stack,