phladiprelio-general-simple 0.4.1.0 → 0.4.2.0
raw patch · 4 files changed
+15/−6 lines, 4 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 +7/−0
- Phladiprelio/General/Simple.hs +1/−1
- README.md +5/−3
- phladiprelio-general-simple.cabal +2/−2
CHANGELOG.md view
@@ -59,3 +59,10 @@ * Fourth version revised A. Fixed issues with operator precedence (&&) and (||). Now should behave as defined in Haskell itself (as usual). +## 0.4.2.0 -- 2023-06-01++* Fourth version revised B. Fixed issues with spaces in the +b ... -b and some other ones with +the dependency package phonetic-languages-constraints-array. The algebraic constraint with+parentheses still does not work properly. This is a known issue and should be fixed in the further+releases. So this is an intermediate testing release.+
Phladiprelio/General/Simple.hs view
@@ -113,7 +113,7 @@ . getC "+a" $ argsC) ll = take 7 . (if prepare then id else words . mconcat . prepareText ysss zsss xs . unwords) $ args l = length ll- argCBs = concat . getC "+b" $ argsC + argCBs = unwords . getC "+b" $ argsC -- If you use the parenthese with +b ... -b then consider also using the quotation marks for the whole algebraic constraint. At the moment though it is still not working properly for parentheses functionality. The issue should be fixed in the further releases. !perms | not (null argCBs) = filterGeneralConv l argCBs . genPermutationsL $ l | null argCs = genPermutationsL l
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.1.0) not the full functionality. The previous implementation +has at the moment (as of the version 0.4.2.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@@ -10,9 +10,9 @@ [English documentation](https://oleksandrzhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.pdf) The documentation for the new implementation is available at the following links.-[Новий текст теорії](https://oleksandr-zhabenko.github.io/uk/rhythmicity/phladiprelioUkr.5.pdf)+[Новий текст теорії](https://oleksandr-zhabenko.github.io/uk/rhythmicity/phladiprelioUkr.5.2.pdf) -[New implementation](https://oleksandr-zhabenko.github.io/uk/rhythmicity/phladiprelioEng.5.pdf)+[New implementation](https://oleksandr-zhabenko.github.io/uk/rhythmicity/phladiprelioEng.5.2.pdf) Examples of the new functionality in the version 0.5.0.0 of the related prototype project for Ukrainian is in the videos:@@ -46,6 +46,8 @@ 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. ++On the 01/06/2023 there is Children's Day in many countries including Ukraine and the Netherlands. 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.1.0+version: 0.4.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.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+ 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.7.1.0, phonetic-languages-simplified-base ==0.7.0.0 hs-source-dirs: . default-language: Haskell2010