mmsyn7h 0.7.1.0 → 0.7.1.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- MMSyn7h.hs +1/−1
- mmsyn7h.cabal +1/−1
ChangeLog.md view
@@ -94,3 +94,7 @@ ## 0.7.1.0 -- 2020-01-28 * Seventh version revised C. Changed dependencies for modules. Changed errors to exceptions.++## 0.7.1.1 -- 2020-01-28++* Seventh version revised D. Fixed issue with the wrong version number.
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.0.2"+ "-v" -> putStrLn "mmsyn7h version: 0.7.1.1" nameOfSoundFile -> bracketOnError (do dir <- getCurrentDirectory putStrLn "You are now in the directory: "
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7h-version: 0.7.1.0+version: 0.7.1.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