manifold-random 0.5.0.3 → 0.5.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~manifolds
Dependency ranges changed: manifolds
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.3+version: 0.5.0.4 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.3+ , manifolds == 0.5.0.4 , constrained-categories , semigroups , vector-space