packages feed

phladiprelio-ukrainian-shared 0.5.0.0 → 0.5.0.1

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~phladiprelio-general-datatypePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phladiprelio-general-datatype

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -12,3 +12,7 @@  * Fifth version. Switched to Word8 instead of Double. Updated the depenencies, added phladiprelio-general-datatype to support changes. Made a version window to provide only subtle updates for the versions smaller than 0.5.0.0. +## 0.5.0.1 -- 2024-04-08++* Fifth version revised A. Fixed issue with one of the dependencies phladiprelio-general-datatype. +
README.md view
@@ -8,7 +8,7 @@  On the 21/02/2024 there is an International Mother Tongue Day — that is Ukrainian for the author of the package.  -On the 12/03/2024 there was a Birthday of Emma Kok, the foundation founder. She turned 16. Therefore, the release 0.5.0.0 is additionally devoted i.e. tributed to her.+On the 12/03/2024 there was a Birthday of Emma Kok, the foundation founder. She turned 16. Therefore, the releases 0.5.0.0 and 0.5.0.1 are additionally devoted i.e. tributed to her.  Besides, you can support Ukrainian people in various forms. 
phladiprelio-ukrainian-shared.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               phladiprelio-ukrainian-shared-version:            0.5.0.0+version:            0.5.0.1  -- A short (one-line) description of the package. synopsis:           A shared by different Ukrainian implementations of the PhLADiPreLiO functionality.@@ -26,7 +26,7 @@      -- LANGUAGE extensions used by modules in this package.     other-extensions: BangPatterns, NoImplicitPrelude-    build-depends:    base >=4.13 && <5, directory >=1.3.4.0 && <2, ukrainian-phonetics-basic-array ==0.10.0.0, phladiprelio-general-datatype ==0.10.0.0, mmsyn2-array ==0.3.1.1+    build-depends:    base >=4.13 && <5, directory >=1.3.4.0 && <2, ukrainian-phonetics-basic-array ==0.10.0.0, phladiprelio-general-datatype ==0.10.0.1, mmsyn2-array ==0.3.1.1     hs-source-dirs:   .     default-language: Haskell2010