diff --git a/manifold-random/manifold-random.cabal b/manifold-random/manifold-random.cabal index 12be174..870dc27 100644 --- a/manifold-random/manifold-random.cabal +++ b/manifold-random/manifold-random.cabal @@ -2,7 +2,7 @@ -- 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 @@ -26,7 +26,7 @@ library -- 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 diff --git a/manifolds-core/manifolds-core.cabal b/manifolds-core/manifolds-core.cabal index 174ea8c..c52e5b4 100644 --- a/manifolds-core/manifolds-core.cabal +++ b/manifolds-core/manifolds-core.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifolds-core -version: 0.5.0.2 +version: 0.5.0.3 synopsis: The basic classes for the manifolds hierarchy. description: The basic classes for the hierarchy. diff --git a/manifolds/manifolds.cabal b/manifolds/manifolds.cabal index 0a5e50d..b1c0171 100644 --- a/manifolds/manifolds.cabal +++ b/manifolds/manifolds.cabal @@ -1,5 +1,5 @@ Name: manifolds -Version: 0.5.0.2 +Version: 0.5.0.3 Category: Math Synopsis: Coordinate-free hypersurfaces Description: Manifolds, a generalisation of the notion of “smooth curves” or surfaces, @@ -40,7 +40,7 @@ Source-Repository head Library Build-Depends: base>=4.5 && < 6 - , manifolds-core == 0.5.0.2 + , manifolds-core == 0.5.0.3 , transformers , vector-space>=0.8 , free-vector-spaces>=0.1.5