sublists 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+16/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- README.md +10/−0
- sublists.cabal +2/−2
ChangeLog.md view
@@ -26,3 +26,7 @@ with devotion to Foundation Gastrostars. Switched to NoImplicitPrelude extension and updated the dependency boundaries. +## 0.2.0.1 -- 2023-05-04++* Second version revised A. Actually added README.md file to the source tarball.+
+ README.md view
@@ -0,0 +1,10 @@+ Devotion+ ========++The author would like to devote this project to support the Foundation Gastrostars.++If you would like to share some financial support, please, contact the foundation+using the URL:++[Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)+
sublists.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: sublists-version: 0.2.0.0+version: 0.2.0.1 synopsis: Allows to split lists into sublists with some patterns by quantity. description: These patterns can be a list of numbers, or obtained from the monadic or applicative 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@@ -13,7 +13,7 @@ copyright: Oleksandr Zhabenko category: Data build-type: Simple-extra-source-files: ChangeLog.md+extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 library