manifold-random 0.5.0.4 → 0.5.1.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~manifoldsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: manifolds
API changes (from Hackage documentation)
Files
- manifold-random.cabal +2/−2
manifold-random.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifold-random-version: 0.5.0.4+version: 0.5.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.5.0.4+ , manifolds == 0.5.1.0 , constrained-categories , semigroups , vector-space