packages feed

phladiprelio-ukrainian-simple 0.1.0.2 → 0.1.1.0

raw patch · 3 files changed

+9/−4 lines, 3 filesdep ~rhythmic-sequences

Dependency ranges changed: rhythmic-sequences

Files

CHANGELOG.md view
@@ -12,3 +12,8 @@  * First version revised B. Some documentation improvements. +## 0.1.1.0 -- 2023-03-12++* First version revised C. Switched to another version of rhythmic-sequences package that changes+  the behaviour.+
README.md view
@@ -1,6 +1,6 @@ The executable is the new implementation of the ideas related to PhLADiPreLiO (Phonetic Languages Approach to Discovering the Preferred Line Options) for Ukrainian language. It uses hashes and-has at the moment (as of the version 0.1.0.0) not the full functionality. The previous implementation +has at the moment (as of the version 0.1.1.0) not the full functionality. The previous implementation  and its documentation are at the links:  https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array@@ -11,7 +11,7 @@  P.S.: the author would like to devote this project to support the Fund GASTROSTARS. At the day of publication of the first version of the package (12/03/2023) there is-the Fund foundator's (this is Emma Kok) Birthday.+the Fund foundator's (this is [Emma Kok](https://www.emmakok.nl)) Birthday. If you would like to share some financial support, please, contact the fund using the URL: 
phladiprelio-ukrainian-simple.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               phladiprelio-ukrainian-simple-version:            0.1.0.2+version:            0.1.1.0  -- A short (one-line) description of the package. synopsis:           A PhLADiPreLiO implementation for Ukrainian that uses hashes@@ -29,7 +29,7 @@      -- LANGUAGE extensions used by modules in this package.     -- other-extensions:-    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.2.0.0, ukrainian-phonetics-basic-array ==0.7.0.0, phonetic-languages-ukrainian-array ==0.10.0.0, phladiprelio-ukrainian-shared ==0.1.0.0, cli-arguments ==0.7.0.0+    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.2.1.0, ukrainian-phonetics-basic-array ==0.7.0.0, phonetic-languages-ukrainian-array ==0.10.0.0, phladiprelio-ukrainian-shared ==0.1.0.0, cli-arguments ==0.7.0.0     hs-source-dirs:   app     default-language: Haskell2010