packages feed

dunai 0.12.2 → 0.12.3

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+2024-04-23 Ivan Perez <ivan.perez@keera.co.uk>+        * Version bump (0.12.3) (#411).+        * Fix typo in documentation (#410).+ 2024-02-21 Ivan Perez <ivan.perez@keera.co.uk>         * Version bump (0.12.2) (#398).         * Limit version of transformers to < 0.6 (#405).
dunai.cabal view
@@ -30,7 +30,7 @@ build-type:    Simple  name:          dunai-version:       0.12.2+version:       0.12.3 author:        Ivan Perez, Manuel Bärenz maintainer:    ivan.perez@keera.co.uk homepage:      https://github.com/ivanperez-keera/dunai
src/Data/MonadicStreamFunction/InternalCore.hs view
@@ -17,7 +17,7 @@ -- -- This modules defines only the minimal core. By default, you should import -- "Data.MonadicStreamFunction.Core" or "Data.MonadicStreamFunction" whenever--- possible, and define your functions without accessing the MSF constuctor.+-- possible, and define your functions without accessing the MSF constructor. -- Those modules, as well as other modules in dunai, also provide convenient -- instances. This module may be useful if you are extending dunai with -- functionality that cannot be (conveniently) expressed using the existing