Skip to content

Commit

Permalink
Bump version numbers for first manifolds-core release.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftaroundabout committed Dec 11, 2016
1 parent 16b1128 commit fb4e205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.3.1.0
version: 0.4.0.0
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.3.1 && < 0.4
, manifolds == 0.4.0.0
, constrained-categories
, semigroups
, vector-space
Expand Down
5 changes: 3 additions & 2 deletions manifolds-core/manifolds-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://hackage.haskell.org/package/manifolds manifolds> hierarchy.
homepage: https://github.com/leftaroundabout/manifolds
license: GPL-3
license-file: LICENSE
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.3.1.0
Version: 0.4.0.0
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.3.1.0
, manifolds-core == 0.4.0.0
, transformers
, vector-space>=0.8
, free-vector-spaces>=0.1.1
Expand Down

0 comments on commit fb4e205

Please sign in to comment.