monad-memo 0.5.2 → 0.5.3
raw patch · 3 files changed
+10/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- README.md +3/−4
- monad-memo.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,12 @@ # Change Log All notable changes to the `monad-memo` project will be documented in this file +## [0.5.3] - 2020-09-21+### Fixed+- `README.md` links+### Removed+- Travis-ci build configuration+ ## [0.5.2] - 2020-09-20 ### Added - CI on Github actions with test coverage and Hackage upload
README.md view
@@ -1,8 +1,7 @@ # monad-memo-[](https://travis-ci.org/EduardSergeev/monad-memo)-[](../../actions?query=workflow%3ACI+branch%3Amaster)-[](https://coveralls.io/github/EduardSergeev/monad-memo?branch=master)-[](http://hackage.haskell.org/package/monad-memo)+[](https://github.com/EduardSergeev/monad-memo/actions?query=workflow%3Amaster+branch%3Amaster)+[](https://coveralls.io/github/EduardSergeev/monad-memo)+[](https://hackage.haskell.org/package/monad-memo) ## Purpose This package provides a convenient mechanism for adding memoization to Haskell monadic functions.
monad-memo.cabal view
@@ -1,6 +1,6 @@ Name: monad-memo -Version: 0.5.2+Version: 0.5.3 -- A short (one-line) description of the package. Synopsis: Memoization monad transformer