math-functions 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- math-functions.cabal +2/−2
changelog.md view
@@ -1,3 +1,8 @@+## Changes in 0.3.0.2++ * Fix license field in cabal file++ ## Changes in 0.3.0.0 * `Semigroup` and `Monoid` instances added for data types from `Numeric.Sum`
math-functions.cabal view
@@ -1,7 +1,7 @@ name: math-functions-version: 0.3.0.1+version: 0.3.0.2 cabal-version: >= 1.10-license: BSD3+license: BSD2 license-file: LICENSE author: Bryan O'Sullivan <bos@serpentine.com>, Alexey Khudyakov <alexey.skladnoy@gmail.com>