diff --git a/manifold-random/manifold-random.cabal b/manifold-random/manifold-random.cabal index 1d39366..601eb12 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.3.1.0 +version: 0.4.0.0 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.3.1 && < 0.4 + , manifolds == 0.4.0.0 , constrained-categories , semigroups , vector-space diff --git a/manifolds-core/manifolds-core.cabal b/manifolds-core/manifolds-core.cabal index fcee050..b579017 100644 --- a/manifolds-core/manifolds-core.cabal +++ b/manifolds-core/manifolds-core.cabal @@ -2,9 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifolds-core -version: 0.3.1.0 +version: 0.4.0.0 synopsis: The basic classes for the manifolds hierarchy. --- description: +description: The basic classes for the + hierarchy. homepage: https://github.com/leftaroundabout/manifolds license: GPL-3 license-file: LICENSE diff --git a/manifolds/manifolds.cabal b/manifolds/manifolds.cabal index 118f4c4..5a97f7f 100644 --- a/manifolds/manifolds.cabal +++ b/manifolds/manifolds.cabal @@ -1,5 +1,5 @@ Name: manifolds -Version: 0.3.1.0 +Version: 0.4.0.0 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.3.1.0 + , manifolds-core == 0.4.0.0 , transformers , vector-space>=0.8 , free-vector-spaces>=0.1.1