phonetic-languages-rhythmicity 0.11.0.1 → 0.11.0.2
raw patch · 3 files changed
+7/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +1/−1
- phonetic-languages-rhythmicity.cabal +2/−2
CHANGELOG.md view
@@ -119,3 +119,7 @@ * Eleventh version revised A. Improved the metadata and documentation so that the changes in the previous version are clear. +## 0.11.0.2 -- 2023-03-15++* Eleventh version revised B. Fixed issue with incorrect documentation link to other package.+
README.md view
@@ -1,6 +1,6 @@ Since the version 0.11.0.0 the modules Phladiprelio.Rhythmicity.Simple and Phladiprelio.Rhythmicity.Factor moved to the other package -[phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared)+[phladiprelio-rhythmicity-shared](https://hackage.haskell.org/package/phladiprelio-rhythmicity-shared) so that it can be shared between different implementations of PhLADiPreLiO.
phonetic-languages-rhythmicity.cabal view
@@ -2,9 +2,9 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-rhythmicity-version: 0.11.0.1+version: 0.11.0.2 synopsis: Allows to estimate the rhythmicity properties for the text-description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the 0.11.0.0 version part of the functionality moved to the other package [phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared) to reduce code duplication .+description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the 0.11.0.0 version part of the functionality moved to the other package [phladiprelio-rhythmicity-shared](https://hackage.haskell.org/package/phladiprelio-rhythmicity-shared) to reduce code duplication . homepage: https://hackage.haskell.org/package/phonetic-languages-rhythmicity license: MIT