packages feed

manifold-random 0.6.0.0 → 0.6.1.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~manifoldsdep ~random-fuPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: manifolds, random-fu

API changes (from Hackage documentation)

Files

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