packages feed

sublists 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -8,3 +8,7 @@  * First version revised A. Fixed issue with the incorrect statement in the documentation. +## 0.1.0.2 -- 2021-03-03++* First version revised B. Fixed issues with the documentation.+
sublists.cabal view
@@ -2,9 +2,9 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                sublists-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Allows to split lists into sublists with some patterns by quantity.-description:         This patterns can be a list of numbers or obtained from the monadic function. Leads to somewhat cycling or regularized structures from the length perspective (this can be transformed into other variativity types).+description:         These patterns can be a list of numbers or obtained from the monadic function. Leads to somewhat cycling or regularized structures from the length perspective (these ones can be transformed into other variativity types). homepage:            https://hackage.haskell.org/package/sublists license:             MIT license-file:        LICENSE