ukrainian-phonetics-basic-array 0.7.1.0 → 0.7.1.1
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- CHANGELOG.md +4/−0
- Phladiprelio/Ukrainian/Melodics.hs +1/−1
- ukrainian-phonetics-basic-array.cabal +1/−1
CHANGELOG.md view
@@ -72,3 +72,7 @@ * Seventh version revised A. Some code improvements related to inlining. Switched to intermediate-structures instead of mmsyn5 as a dependency. Added README.md, devotion and Github repository with bug-tracker. +## 0.7.1.1 -- 2024-02-22++* Seventh version revised B. Fixed issue with documentation link.+
Phladiprelio/Ukrainian/Melodics.hs view
@@ -63,7 +63,7 @@ {-| The function that uses the following correspondence between the previous data type UZPP2 and the 'Sound8'. See for more implementation information:-https://oleksandr-zhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.html#ability-to-use-your-own-durations-of-representations-of-sounds-or-phonetic-phenomena+<https://oleksandr-zhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.html#ability-to-use-your-own-durations-of-representations-of-sounds-or-phonetic-phenomena> Starting from the version 0.6.0.0:
ukrainian-phonetics-basic-array.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: ukrainian-phonetics-basic-array-version: 0.7.1.0+version: 0.7.1.1 synopsis: A library to work with the basic Ukrainian phonetics and syllable segmentation. description: Rewritten from the mmsyn6ukr and mmsyn7s packages. Comparing to the ukrainian-phonetics-basic package, all the vector-related functionality removed, it also removed from the dependencies and the mmsyn2 is changed to mmsyn2-array. Since 0.4.0.0 version switched to the more optimized Int8-based functionality. The old modules with bytestring dependencies since the 0.6.0.0 version moved to the other package ukrainian-phonetics-basic-array-bytestring to reduce the actual dependencies for the phonetic languages concerning packages. homepage: https://hackage.haskell.org/package/ukrainian-phonetics-basic-array