sublists 0.1.1.0 → 0.1.2.0
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- LICENSE +1/−1
- sublists.cabal +2/−2
ChangeLog.md view
@@ -16,3 +16,8 @@ * First version revised C. Added variant of the Applicative usage. +## 0.1.r21.0 -- 2022-08-17++* First version revised D. Updated dependency boundaries to support the newer GHC-9* versions.++
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2021 OleksandrZhabenko+Copyright (c) 2021-2022 Oleksandr Zhabenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
sublists.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: sublists-version: 0.1.1.0+version: 0.1.2.0 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@@ -20,6 +20,6 @@ exposed-modules: Sublists -- other-modules: -- other-extensions:- build-depends: base >=4.7 && <4.15+ build-depends: base >=4.7 && <5 -- hs-source-dirs: default-language: Haskell2010