packages feed

phladiprelio-ukrainian-shared 0.5.0.1 → 0.5.0.2

raw patch · 2 files changed

+6/−2 lines, 2 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
@@ -16,3 +16,7 @@  * Fifth version revised A. Fixed issue with one of the dependencies phladiprelio-general-datatype.  +## 0.5.0.2 -- 2024-04-08++* Fifth version revised B. Updated the dependency boundaries.+
phladiprelio-ukrainian-shared.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               phladiprelio-ukrainian-shared-version:            0.5.0.1+version:            0.5.0.2  -- 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.1, 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.1.0, mmsyn2-array ==0.3.1.1     hs-source-dirs:   .     default-language: Haskell2010