phladiprelio-general-simple 0.1.1.0 → 0.1.2.0
raw patch · 4 files changed
+12/−3 lines, 4 filesdep ~rhythmic-sequencesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rhythmic-sequences
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- Phladiprelio/General/Simple.hs +1/−0
- README.md +5/−1
- phladiprelio-general-simple.cabal +2/−2
CHANGELOG.md view
@@ -9,3 +9,7 @@ * First version revised A. Improved the documentation with links to new documentation and video recordings. +## 0.1.2.0 -- 2023-03-17++* First version revised B. Updated the dependencies and documentation.+
Phladiprelio/General/Simple.hs view
@@ -55,3 +55,4 @@ let str1 = take 7 . words . mconcat . prepareText ysss zsss xs . unwords $ args generalF wrs ks arr gs us vs h hc (grps,mxms) str1 >> return () +
README.md view
@@ -17,13 +17,17 @@ Video recordings as examples of the working prototype usage and how you can listen to Ukrainian text using Google services are at the links below: -https://www.facebook.com/Oleksandr.S.Zhabenko/posts/pfbid02ExubdLQHV3PoYXikZzo8Hmi7WVR5xTUgaKaV5bVv46Zn5J3jX8ysgEWJubwPWEE7l+https://www.facebook.com/Oleksandr.S.Zhabenko/videos/796964592047546 https://www.facebook.com/Oleksandr.S.Zhabenko/posts/pfbid02EaC4Zwn4YVjfVFWpUhLoHYomiFHZQaiMdorLa6PPx9kXBXepTYPFEFMv8iyV4wAYl + Devotion+ ========+ P.S.: the author would like to devote this project to support the Foundation GASTROSTARS. At the day of publication of the first version of the package (12/03/2023) there is the foundation founder's (this is [Emma Kok](https://www.emmakok.nl)) Birthday.+And on the 17/03/2023 there is the author's Birthday. If you would like to share some financial support, please, contact the foundation using the URL:
phladiprelio-general-simple.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: phladiprelio-general-simple-version: 0.1.1.0+version: 0.1.2.0 -- A short (one-line) description of the package. synopsis: A generalized functionality of PhLADiPreLiO for different languages that uses hash algorithms.@@ -27,7 +27,7 @@ -- LANGUAGE extensions used by modules in this package. other-extensions: NoImplicitPrelude- build-depends: base >=4.13 && <5, rhythmic-sequences ==0.2.1.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0+ build-depends: base >=4.13 && <5, rhythmic-sequences ==0.2.3.1, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0 hs-source-dirs: . default-language: Haskell2010