packages feed

mmsyn7h 0.7.1.1 → 0.7.2.0

raw patch · 5 files changed

+52/−41 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -98,3 +98,7 @@ ## 0.7.1.1 -- 2020-01-28  * Seventh version revised D. Fixed issue with the wrong version number.++## 0.7.2.0 -- 2020-01-30++* Seventh version revised E. Changed the README file to the README.markdown. 
MMSyn7h.hs view
@@ -52,7 +52,7 @@           putStrLn "mmsyn7h -v"           putStr "If \"-h\" is specified, then you will see this message. If \"-v\" is specified, then you will see the version of the package mmsyn7h. "           putStrLn "If something else (not null) is specified then the program runs further. "-    "-v" -> putStrLn "mmsyn7h version: 0.7.1.1"+    "-v" -> putStrLn "mmsyn7h version: 0.7.2.0"     nameOfSoundFile    -> bracketOnError (do           dir <- getCurrentDirectory           putStrLn "You are now in the directory: " 
− README
@@ -1,38 +0,0 @@-The executable mmsyn7h is auxiliary for the mmsyn7ukr package-(https://hackage.haskell.org/package/mmsyn7ukr). -It works similarly to the mmsyn6ukr executable, but uses the voice -sound files in the current directory. This allows to change the -needed files and to produce them by some other means (e. g. by -mmsyn7ukr).-Besides, you can remove the created by mmsyn7ukr and mmsyn7h files-while the last one is running.--The program mmsyn7h plays the newly created file once. Then it can delete -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 only prints informational message.-If you specify as a first command line argument "-v", then the program-only prints its version number.-If you specify something else, the first command line argument-is being treated as a name for the resulting file voiced. The second-command line argument (if any) must be the controlling parameter-(for more information, refer to:-https://hackage.haskell.org/package/mmsyn6ukr-0.6.2.0/docs/UkrainianLControl.html#v:genControl). -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-https://hackage.haskell.org/package/mmsyn7l-In such a case the program will not delete the created resulting -sound files.--If you do not specify the Ukrainian text as the third and the next command line-arguments, then the resulting file will be played just after it is created-by the program. To remove all the created sound files from the directory,-please, specify now the first character in the input as "0". Otherwise,-the program will not remove any records (if they are not overwritten). 
+ README.markdown view
@@ -0,0 +1,45 @@+         ***** General Information *****+         -------------------------------++The executable mmsyn7h is auxiliary for the+[mmsyn7ukr package](https://hackage.haskell.org/package/mmsyn7ukr). +It works similarly to the+[mmsyn6ukr executable](https://hackage.haskell.org/package/mmsyn6ukr),+but uses the voice sound files in the current directory. This allows to change the +needed files and to produce them by some other means (e. g. by +mmsyn7ukr).+Besides, you can remove the created by mmsyn7ukr and mmsyn7h files+while the last one is running.++         ***** Processing *****+         ----------------------++The program mmsyn7h plays the newly created file once. Then it can delete +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 only prints informational message.+If you specify as a first command line argument "-v", then the program+only prints its version number.+If you specify something else, the first command line argument+is being treated as a name for the resulting file voiced. The second+command line argument (if any) must be the controlling parameter+(for more information, refer to:+[mmsyn6ukr:genControl](https://hackage.haskell.org/package/mmsyn6ukr-0.6.2.0/docs/UkrainianLControl.html#v:genControl). +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:+[mmsyn7ukr](https://hackage.haskell.org/package/mmsyn7ukr)+[mmsyn7s](https://hackage.haskell.org/package/mmsyn7s)+[mmsyn7l](https://hackage.haskell.org/package/mmsyn7l)+In such a case the program will not delete the created resulting +sound files.++If you do not specify the Ukrainian text as the third and the next command line+arguments, then the resulting file will be played just after it is created+by the program. To remove all the created sound files from the directory,+please, specify in such a case the first character in the input as "0". Otherwise,+the program will not remove any records (if they are not overwritten). 
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.7.1.1+version:             0.7.2.0 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@@ -13,7 +13,7 @@ copyright:           (c) Oleksandr Zhabenko 2019-2020 category:            Language build-type:          Simple-extra-source-files:  ChangeLog.md, README, Map.txt+extra-source-files:  ChangeLog.md, README.markdown, Map.txt cabal-version:       >=1.10  library