packages feed

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 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-[![Travis Build Status](https://travis-ci.org/EduardSergeev/monad-memo.svg?branch=master)](https://travis-ci.org/EduardSergeev/monad-memo)-[![Github Build Status](../../workflows/CI/badge.svg)](../../actions?query=workflow%3ACI+branch%3Amaster)-[![Test Coverage](https://coveralls.io/repos/github/EduardSergeev/monad-memo/badge.svg?branch=master)](https://coveralls.io/github/EduardSergeev/monad-memo?branch=master)-[![Hackage](https://img.shields.io/hackage/v/monad-memo.svg)](http://hackage.haskell.org/package/monad-memo)+[![Build Status](https://github.com/EduardSergeev/monad-memo/workflows/master/badge.svg)](https://github.com/EduardSergeev/monad-memo/actions?query=workflow%3Amaster+branch%3Amaster)+[![Test Coverage](https://coveralls.io/repos/github/EduardSergeev/monad-memo/badge.svg)](https://coveralls.io/github/EduardSergeev/monad-memo)+[![Hackage](https://img.shields.io/hackage/v/monad-memo.svg)](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