mmsyn5 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- mmsyn5.cabal +3/−3
ChangeLog.md view
@@ -59,4 +59,8 @@ * Fourth version revised B. Changed the names for unsafe functions. +## 0.4.1.1 -- 2019-11-09++* Fourth version revised C. Some minor changes to .cabal file.+
mmsyn5.cabal view
@@ -2,10 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn5-version: 0.4.1.0+version: 0.4.1.1 synopsis: Various additional operations on lists (some with intermediate Monads) description: A small library to deal with a little bit more complex operations on lists than Data.List module-homepage: http://hackage.haskell.org/package/mmsyn5+homepage: https://hackage.haskell.org/package/mmsyn5 license: MIT license-file: LICENSE author: OleksandrZhabenko@@ -13,7 +13,7 @@ -- copyright: category: Data build-type: Simple-extra-source-files: ChangeLog.md+extra-source-files: ChangeLog.md, Setup.hs cabal-version: >=1.10 library