packages feed

manifold-random 0.4.0.0 → 0.4.1.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~manifoldsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: manifolds

API changes (from Hackage documentation)

- Data.Random.Manifold: instance Data.Random.Manifold.D_S x => Data.Random.Distribution.Distribution Data.Manifold.TreeCover.Shade x
+ Data.Random.Manifold: instance Data.Random.Manifold.D_S x => Data.Random.Distribution.Distribution Data.Manifold.Shade.Shade x

Files

manifold-random.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                manifold-random-version:             0.4.0.0+version:             0.4.1.0 synopsis:            Sampling random points on general manifolds. -- description:          homepage:            https://github.com/leftaroundabout/manifolds@@ -26,7 +26,7 @@   -- other-extensions:       build-depends:       base >=4.7 && <5                        , random-fu >=0.2 && <0.3-                       , manifolds == 0.4.0.0+                       , manifolds == 0.4.1.0                        , constrained-categories                        , semigroups                        , vector-space