packages feed

mmsyn7h 0.7.7.0 → 0.8.0.0

raw patch · 4 files changed

+11/−7 lines, 4 filesdep ~mmsyn6ukrdep ~mmsyn7sdep ~mmsyn7ukrPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mmsyn6ukr, mmsyn7s, mmsyn7ukr

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -129,3 +129,7 @@ ## 0.7.7.0 -- 2020-06-24  * Seventh version revised J. Changed bounds for dependencies so that now it is consistent with new dobutokO packages. Some minor documentation improvements.++## 0.8.0.0 -- 2020-08-16++* Eighth version. Removed mmsyn7s from the dependencies, instead use a mmsyn6ukr version more than 0.8.0.0.
MMSyn7h.hs view
@@ -29,7 +29,7 @@ import Data.List (isSuffixOf) import CaseBi (getBFst') import System.Info (os)-import MMSyn7s (show7s)+import MMSyn6Ukr.Show7s (show7s) import Control.Exception.FinalException  -- | Function that proposes and creates if accepted the sound record with the new \"voice\". It plays the newly created file once. Then it can delete @@ -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.6.0"+    "-v" -> putStrLn "mmsyn7h version: 0.8.0.0"     nameOfSoundFile    -> bracketOnError (do           giveInfo           let nameSF = filter (\x -> not (isSpace x) && not (isControl x) && x /= '}') nameOfSoundFile@@ -137,7 +137,7 @@   putStrLn ""   putStr "You could specify a name of the resulting file and then the control parameters for the output speech file as "   putStrLn "the second command line argument to the running program mmsyn7h! "-  putStrLn "See https://hackage.haskell.org/package/mmsyn6ukr-0.6.3.1/docs/UkrainianLControl.html#v:genControl for more information."+  putStrLn "See https://hackage.haskell.org/package/mmsyn6ukr-0.8.0.0/docs/UkrainianLControl.html#v:genControl for more information."   putStr "You could specify e. g. \"o9-1\" or \"o5-1\" (and the most compressed audio in the .ogg format will be produced) or other option. "   putStrLn "If you have not specified the name and the parameters and now would like to, please, terminate the running program and execute it again with the proper command line arguments. "   putStrLn ""
README.markdown view
@@ -27,7 +27,7 @@ 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). +[mmsyn6ukr:genControl](https://hackage.haskell.org/package/mmsyn6ukr-0.8.0.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
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.7.7.0+version:             0.8.0.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@@ -20,7 +20,7 @@   exposed-modules:     MMSyn7h, Main   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.7.2 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.7 && <1, mmsyn7ukr >=0.16 && <1+  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.8 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.8 && <1, mmsyn7ukr >=0.17 && <1   -- hs-source-dirs:   default-language:    Haskell2010 @@ -29,7 +29,7 @@   main-is:             Main.hs   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.7.2 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.7 && <1, mmsyn7ukr >=0.16 && <1+  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.8 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.8 && <1, mmsyn7ukr >=0.17 && <1   ghc-options:         -threaded     -- hs-source-dirs:   default-language:    Haskell2010