packages feed

mmsyn7ukr 0.9.1.0 → 0.9.1.1

raw patch · 3 files changed

+8/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -136,3 +136,7 @@ ## 0.9.1.0 -- 2020-01-24  * Ninth version revised A. Fixed an issue with being not compiled because of not being imported module dependency.++## 0.9.1.1 -- 2020-01-24++* Ninth version revised B. Fixed version information.
Main.hs view
@@ -26,6 +26,8 @@   case c0 of     "-h" -> do        putStrLn "mmsyn7ukr SYNOPSIS:"+       putStrLn "mmsyn7ukr -h     OR:"+       putStrLn "mmsyn7ukr -v     OR:"        putStrLn "mmsyn7ukr [control-parameter-for-levels-of-processment] [control-parameter-for-truncating-sounds] [list-of-produced-sound-representations]"        putStrLn ""        putStr "control-parameter-for-levels-of-processment (if any) -- an integer number in range [-1..3] that defines in ascending order the portion of processment "@@ -37,7 +39,7 @@        myThread <- myThreadId        catchEnd myThread     "-v" -> do-       putStrLn "mmsyn7ukr version: 0.8.0.0"+       putStrLn "mmsyn7ukr version: 0.9.1.1"        myThread <- myThreadId        catchEnd myThread     _    -> main7ukr args
mmsyn7ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7ukr-version:             0.9.1.0+version:             0.9.1.1 synopsis:            A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h description:         A program and a library that can be used as a simple basic interface to some SoX functionality or to produce your voice in Ukrainian (if you pronounce the sounds properly) represented by the separate sounds or something special like soft sign. homepage:            https://hackage.haskell.org/package/mmsyn7ukr