manifold-random 0.5.0.2 → 0.5.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~manifolds
Dependency ranges changed: manifolds
Files
- manifold-random.cabal +3/−3
manifold-random.cabal view
@@ -2,14 +2,14 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifold-random-version: 0.5.0.2+version: 0.5.0.3 synopsis: Sampling random points on general manifolds. -- description: homepage: https://github.com/leftaroundabout/manifolds license: GPL-3 license-file: LICENSE author: Justus Sagemüller-maintainer: (@) sagemueller $ geo.uni-koeln.de+maintainer: (@) jsag $ hvl.no -- copyright: category: Math build-type: Simple@@ -26,7 +26,7 @@ -- other-extensions: build-depends: base >=4.7 && <5 , random-fu >=0.2 && <0.3- , manifolds == 0.5.0.2+ , manifolds == 0.5.0.3 , constrained-categories , semigroups , vector-space