mmsyn7s 0.6.5.1 → 0.6.6.0
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ MMSyn7.Syllable: Sonorous :: String -> UZP
+ MMSyn7.Syllable: SonorousP :: String -> UZP
+ MMSyn7.Syllable: Voiced :: String -> UZP
+ MMSyn7.Syllable: VoicedP :: String -> UZP
+ MMSyn7.Syllable: Voiceless :: String -> UZP
+ MMSyn7.Syllable: VoicelessP :: String -> UZP
+ MMSyn7.Syllable: VoicelessP2 :: String -> UZP
+ MMSyn7.Syllable: Vowel :: String -> UZP
Files
- CHANGELOG.md +4/−0
- MMSyn7/Syllable.hs +1/−1
- mmsyn7s.cabal +1/−1
CHANGELOG.md view
@@ -77,3 +77,7 @@ ## 0.6.5.1 -- 2020-03-01 * Sixth version revised F. Improved formatting for the statistics printing for "-s" and "-s2" first command line arguments. ++## 0.6.6.0 -- 2020-03-08++* Sixth version revised G. Changed the import of the datatype 'UZP' from the module MMSyn7.Syllable.
MMSyn7/Syllable.hs view
@@ -14,7 +14,7 @@ module MMSyn7.Syllable ( -- * Datatype for the Ukrainian sounds representations- UZP+ UZP(..) -- * The resulting functions , syllablesUkr , takeWordS
mmsyn7s.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7s-version: 0.6.5.1+version: 0.6.6.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