Skip to content

Commit

Permalink
New minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftaroundabout committed May 2, 2019
1 parent eca2e70 commit 806b376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifold-random/manifold-random.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: manifold-random
version: 0.5.0.1
version: 0.5.0.2
synopsis: Sampling random points on general manifolds.
-- description:
homepage: https://github.com/leftaroundabout/manifolds
Expand All @@ -26,7 +26,7 @@ library
-- other-extensions:
build-depends: base >=4.7 && <5
, random-fu >=0.2 && <0.3
, manifolds == 0.5.0.1
, manifolds == 0.5.0.2
, constrained-categories
, semigroups
, vector-space
Expand Down
2 changes: 1 addition & 1 deletion manifolds-core/manifolds-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: manifolds-core
version: 0.5.0.1
version: 0.5.0.2
synopsis: The basic classes for the manifolds hierarchy.
description: The basic classes for the
<http://hackage.haskell.org/package/manifolds manifolds> hierarchy.
Expand Down
4 changes: 2 additions & 2 deletions manifolds/manifolds.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: manifolds
Version: 0.5.0.1
Version: 0.5.0.2
Category: Math
Synopsis: Coordinate-free hypersurfaces
Description: Manifolds, a generalisation of the notion of &#x201c;smooth curves&#x201d; or surfaces,
Expand Down Expand Up @@ -40,7 +40,7 @@ Source-Repository head

Library
Build-Depends: base>=4.5 && < 6
, manifolds-core == 0.5.0.1
, manifolds-core == 0.5.0.2
, transformers
, vector-space>=0.8
, free-vector-spaces>=0.1.5
Expand Down

0 comments on commit 806b376

Please sign in to comment.