packages feed

mmsyn7ukr 0.16.0.0 → 0.17.0.0

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~mmsyn6ukrPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mmsyn6ukr

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -257,3 +257,7 @@  * Sixteenth version. Changed Double to Float in the the modules so that the functons can be consistent with new dobutokO packages. Besides, the double precision  is not needed and in some cases is meaningless and can potentially (a little bit, however) reduce performance in some cases. Some minor code and documentation improvements.++## 0.17.0.0 -- 2020-08-16++* Seventeenth version. Changed the dependency of mmsyn6ukr bounds. 
Main.hs view
@@ -39,7 +39,7 @@        putStr "list-of-produced-sound-representations (if any) -- a list of sound representations, which the program will try to produce while being executed. "        putStrLn "The default one (if not specified) is a full range of needed sound representations. "     "-v" -> do-       putStrLn "mmsyn7ukr version: 0.16.0.0"+       putStrLn "mmsyn7ukr version: 0.17.0.0"     "-t" -> do        putStrLn "The program plays now a service sound for a 0.5 second. It uses just that duration for a pause before you can record a sound representation further."        path0 <- getDataFileName "y.wav"
mmsyn7ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7ukr-version:             0.16.0.0+version:             0.17.0.0 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@@ -21,15 +21,15 @@   exposed-modules:     Paths_mmsyn7ukr, SoXBasics, SoXBasics1, Processing_mmsyn7ukr, Main, ReplaceP, Control.Exception.FinalException   -- 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+  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   -- hs-source-dirs:   default-language:    Haskell2010  executable mmsyn7ukr   main-is:             Main.hs-  -- other-modules:+  other-modules:       Control.Exception.FinalException, Paths_mmsyn7ukr, Processing_mmsyn7ukr, ReplaceP, SoXBasics   -- 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+  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   ghc-options:         -threaded     -- hs-source-dirs:   default-language:    Haskell2010