mmsyn7h 0.7.3.1 → 0.7.4.0
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- ChangeLog.md +4/−0
- MMSyn7h.hs +2/−2
- mmsyn7h.cabal +1/−1
ChangeLog.md view
@@ -113,3 +113,7 @@ ## 0.7.3.1 -- 2020-03-11 * Seventh version revised H. Fixed issue with deprecated information in the README.markdown file.++## 0.7.4.0 -- 2020-03-11++* Seventh version revised I. Fixed issue with being not compiled because of the syntactic mistake.
MMSyn7h.hs view
@@ -55,7 +55,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.3.1"+ "-v" -> putStrLn "mmsyn7h version: 0.7.4.0" nameOfSoundFile -> bracketOnError (do dir <- getCurrentDirectory putStrLn "You are now in the directory: " @@ -136,7 +136,7 @@ then do _ <- readProcessWithExitCode (fromJust . showE $ "sox") [nameSF ++ snd ws, "-t", "waveaudio", "-d"] "" >> return () else if isJust . showE $ "play" - then _ <- readProcessWithExitCode (fromJust . showE $ "play") [nameSF ++ snd ws] "" >> return ()+ then readProcessWithExitCode (fromJust . showE $ "play") [nameSF ++ snd ws] "" >> return () else catchEnd ExecutableNotProperlyInstalled) -- | Used internally in the 'main7h' function.
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7h-version: 0.7.3.1+version: 0.7.4.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