mmsyn7s 0.9.0.0 → 0.9.1.0
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ MMSyn7.Syllable: additionalF :: Vector String -> [[UZP]]
Files
- CHANGELOG.md +4/−0
- MMSyn7/Syllable.hs +1/−0
- mmsyn7s.cabal +1/−1
CHANGELOG.md view
@@ -98,3 +98,7 @@ ## 0.9.0.0 -- 2020-10-08 * Ninth version. Added new functions to evaluate syllables durations.++## 0.9.1.0 -- 2020-10-09++* Ninth version revised A. Added additionalF to the export in the module MMSyn7.Syllable.
MMSyn7/Syllable.hs view
@@ -36,6 +36,7 @@ , uzpsToList , representProlonged , filterC+ , additionalF -- ** Dealing with sound representation durations , str2Durat1 -- ** Working more with UZP format
mmsyn7s.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7s-version: 0.9.0.0+version: 0.9.1.0 synopsis: Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs description: A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs homepage: https://hackage.haskell.org/package/mmsyn7s