mmsyn7h 0.7.0.0 → 0.7.0.1
raw patch · 4 files changed
+17/−13 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- MMSyn7h.hs +1/−1
- README +11/−11
- mmsyn7h.cabal +1/−1
ChangeLog.md view
@@ -81,3 +81,7 @@ * Seventh version. Changed the behaviour of the mmsyn7h function. Fixed issues with program being executed further after the giving the needed information. Some minor documentation improvements.++## 0.7.0.1 -- 2020-01-28++* Seventh version revised A. Fixed issues with unexact documentation (e. g. README file).
MMSyn7h.hs view
@@ -55,7 +55,7 @@ putStrLn "If something else (not null) is specified then the program runs further. " catchEnd NeededInfoIsShown "-v" -> do- putStrLn "mmsyn7h version: 0.7.0.0"+ putStrLn "mmsyn7h version: 0.7.0.1" catchEnd NeededInfoIsShown nameOfSoundFile -> bracketOnError (do dir <- getCurrentDirectory
README view
@@ -11,17 +11,17 @@ the sound files in the current directory while being executed if the entered text starts with "0". If you enter as a first command line argument "-h", then the program prints informational message and-is terminated (killed) successfully. If you specify as a first command-line argument "-v", then the program prints its version number and is-also successfully terminated. If you specify something else, the first-command line argument is being treated as a name for the resulting-file voiced. If you specify further command line arguments as a-Ukrainian text, that contains only those sounds, which sound-representations are in the current directory (you can create them-by e. g. mmsyn7ukr and mmsyn7l programs in the same name packages),-then the program will use only these sounds representations-additionally to the default ones "-.wav", "0.wav" and "1.wav"-and produce the sounding for the text.+is terminated successfully (but with exception). If you specify as a+first command line argument "-v", then the program prints its+version number and is also successfully terminated (with exception).+If you specify something else, the first command line argument+is being treated as a name for the resulting file voiced.+If you specify further command line arguments as a Ukrainian text,+that contains only those sounds, which sound representations are+in the current directory (you can create them by e. g. mmsyn7ukr and mmsyn7l+programs in the same name packages), then the program will use only+these sounds representations additionally to the default ones+"-.wav", "0.wav" and "1.wav" and produce the sounding for the text. For more information, refer to: https://hackage.haskell.org/package/mmsyn7ukr https://hackage.haskell.org/package/mmsyn7s
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7h-version: 0.7.0.0+version: 0.7.0.1 synopsis: Produces a sound recording specified by the Ukrainian text. description: A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds. homepage: https://hackage.haskell.org/package/mmsyn7h