packages feed

mmsyn7h 0.3.0.0 → 0.3.0.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

ChangeLog.md view
@@ -23,3 +23,7 @@ ## 0.3.0.0 -- 2020-01-05  * Third version. Added support for Windows playing the resulting file. Fixed an issue with the deprecated documentation.++## 0.3.0.1 -- 2020-01-05++* Third version revised A. Fixed an issue with the not compiling code.
MMSyn7h.hs view
@@ -90,7 +90,7 @@                          then do                            _ <- readProcessWithExitCode (fromJust . showE $ "play") [nameSF ++ snd ws] ""                            cleanCreatedSoundFs-                         else error "SoX play is not installed properly in the system. Please, install it properly and execute the program again."+                         else error "SoX play is not installed properly in the system. Please, install it properly and execute the program again.")  -- | The function that actually produces a .raw file. The mapping table is given in the @Map.txt@ file, but the sound duration differs. appendS16LEFile ::  V.Vector String -> Handle -> IO ()
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.3.0.0+version:             0.3.0.1 synopsis:            A program and a library that 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