phladiprelio-general-simple 0.4.0.0 → 0.4.1.0
raw patch · 3 files changed
+16/−6 lines, 3 filesdep ~phonetic-languages-constraints-arrayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: phonetic-languages-constraints-array
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +9/−4
- phladiprelio-general-simple.cabal +2/−2
CHANGELOG.md view
@@ -54,3 +54,8 @@ improvements. Fixed issues with the numbering in the constraints. Updated the documentation and dependencies boundaries. +## 0.4.1.0 -- 2023-05-25++* Fourth version revised A. Fixed issues with operator precedence (&&) and (||). Now should behave +as defined in Haskell itself (as usual). +
README.md view
@@ -1,6 +1,6 @@ The library is the new implementation of the ideas related to PhLADiPreLiO (Phonetic Languages Approach to Discovering the Preferred Line Options) for different languages. It uses hashes and-has at the moment (as of the version 0.4.0.0) not the full functionality. The previous implementation +has at the moment (as of the version 0.4.1.0) not the full functionality. The previous implementation and its documentation are at the links: https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array@@ -31,16 +31,21 @@ Devotion ======== -P.S.: the author would like to devote this project to support the Foundation GASTROSTARS.+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. And at the 19/03/2023 is -St. Joseph the Betrothed Day. +And on the 17/03/2023 there is the author's Birthday. ++And at the 19/03/2023 is St. Joseph the Betrothed Day.+ On the 19/04/2023 there is Emma's namesday, the memory of St. Emma of Lesum or Emma of Stiepel (also known as Hemma and Imma) Day. On the 14/05/2023 there is Mother's Day. It is also a good opportunity to support the foundation.++On the 25/05/2023 there is Ascension Day according to Julian Greek Orthodox calendar. 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.4.0.0+version: 0.4.1.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.3.0.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0, phonetic-languages-permutations-array ==0.4.0.0, phonetic-languages-constraints-array ==0.6.1.1, phonetic-languages-simplified-base ==0.7.0.0+ build-depends: base >=4.13 && <5, rhythmic-sequences ==0.3.0.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0, phonetic-languages-permutations-array ==0.4.0.0, phonetic-languages-constraints-array ==0.6.2.0, phonetic-languages-simplified-base ==0.7.0.0 hs-source-dirs: . default-language: Haskell2010