manifolds-core 0.5.0.3 → 0.5.0.4
raw patch · 4 files changed
+5/−5 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Math/Manifold/Core/PseudoAffine.hs +1/−1
- Math/Manifold/Core/Types.hs +1/−1
- Math/Manifold/VectorSpace/ZeroDimensional.hs +1/−1
- manifolds-core.cabal +2/−2
Math/Manifold/Core/PseudoAffine.hs view
@@ -3,7 +3,7 @@ -- Copyright : (c) Justus Sagemüller 2016 -- License : GPL v3 -- --- Maintainer : (@) sagemueller $ geo.uni-koeln.de+-- Maintainer : (@) jsag $ hvl.no -- Stability : experimental -- Portability : portable --
Math/Manifold/Core/Types.hs view
@@ -3,7 +3,7 @@ -- Copyright : (c) Justus Sagemüller 2016 -- License : GPL v3 -- --- Maintainer : (@) sagemueller $ geo.uni-koeln.de+-- Maintainer : (@) jsag $ hvl.no -- Stability : experimental -- Portability : portable --
Math/Manifold/VectorSpace/ZeroDimensional.hs view
@@ -3,7 +3,7 @@ -- Copyright : (c) Justus Sagemüller 2016 -- License : GPL v3 -- --- Maintainer : (@) sagemueller $ geo.uni-koeln.de+-- Maintainer : (@) jsag $ hvl.no -- Stability : experimental -- Portability : portable --
manifolds-core.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: manifolds-core-version: 0.5.0.3+version: 0.5.0.4 synopsis: The basic classes for the manifolds hierarchy. description: The basic classes for the <http://hackage.haskell.org/package/manifolds manifolds> hierarchy.@@ -10,7 +10,7 @@ license: GPL-3 license-file: LICENSE author: Justus Sagemüller-maintainer: (@) jsagemue $ uni-koeln.de+maintainer: (@) jsag $ hvl.no -- copyright: category: Math build-type: Simple