packages feed

mmsyn7l 0.9.1.0 → 0.9.2.0

raw patch · 5 files changed

+18/−13 lines, 5 filesdep +end-of-exedep −mmsyn3dep ~basedep ~mmsyn2-arraydep ~mmsyn7ukr-commonPVP ok

version bump matches the API change (PVP)

Dependencies added: end-of-exe

Dependencies removed: mmsyn3

Dependency ranges changed: base, mmsyn2-array, mmsyn7ukr-common

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -99,3 +99,7 @@ * Ninth version revised. Updated the dependencies to support the newer GHC-9* serios. Some minor  code improvements. +## 0.9.2.0 -- 2024-12-19++* Ninth version revised B. Updated the dependencies. Added github repository and bug-tracker.+
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2020-2022 Oleksandr Zhabenko+Copyright (c) 2020-2022, 2024 Oleksandr Zhabenko  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
MMSyn7l.hs view
@@ -1,9 +1,9 @@ -- | -- Module      :  MMSyn7l--- Copyright   :  (c) OleksandrZhabenko 2020-2022+-- Copyright   :  (c) OleksandrZhabenko 2020-2022, 2024 -- License     :  MIT -- Stability   :  Experimental--- Maintainer  :  olexandr543@yahoo.com+-- Maintainer  :  oleksandr.zhabenko@yahoo.com -- -- A program and a library to modify the amplitude of the sound representations for  -- the Ukrainian language created by mmsyn7ukr package or somehow otherwise. Besides@@ -23,7 +23,7 @@ import Sound.Control.Exception.FinalException import System.Process import System.Exit (ExitCode(ExitSuccess))-import EndOfExe (showE)+import EndOfExe2 (showE) import Data.Maybe (fromJust) import Numeric import System.Info (os)
Main.hs view
@@ -1,9 +1,9 @@ -- | -- Module      :  Main--- Copyright   :  (c) OleksandrZhabenko 2020-2022+-- Copyright   :  (c) OleksandrZhabenko 2020-2022, 2024 -- License     :  MIT -- Stability   :  Experimental--- Maintainer  :  olexandr543@yahoo.com+-- Maintainer  :  oleksandr.zhabenko@yahoo.com -- -- A program and a library to modify the amplitudes of the sound representations  -- created by mmsyn7ukr or mmsyn7ukr-array package or somehow otherwise. Besides@@ -49,7 +49,7 @@       putStrLn "given sound representations. If not specified, the program modifies the amplitudes for all non-pause Ukrainian sounds representations."       putStrLn ""     ("-v":_)  -> do-      putStrLn "mmsyn7l version: 0.9.1.0"+      putStrLn "mmsyn7l version: 0.9.2.0"       putStrLn ""     ("-r":_)  -> adjustVolRes . drop 1 $ args     _         ->  do
mmsyn7l.cabal view
@@ -2,16 +2,17 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7l-version:             0.9.1.0+version:             0.9.2.0 synopsis:            Modifies the amplitudes of the sounds representations created by mmsyn7ukr-array and mmsyn7ukr packages. description:         A program and a library to modify the amplitudes of the sounds representations. Can be used for Ukrainian sound or some other ones. homepage:            https://hackage.haskell.org/package/mmsyn7l license:             MIT license-file:        LICENSE-author:              (c) OleksandrZhabenko 2020-2022-maintainer:          olexandr543@yahoo.com--- copyright:+author:              (c) OleksandrZhabenko 2020-2022, 2024+maintainer:          oleksandr.zhabenko@yahoo.com+copyright:           Oleksandr Zhabenko, 2020-2022, 2024 category:            Sound+bug-reports:         https://github.com/Oleksandr-Zhabenko/mmsyn7l/issues build-type:          Simple extra-source-files:  CHANGELOG.md, README.md cabal-version:       >=1.10@@ -20,7 +21,7 @@   exposed-modules:     Main, MMSyn7l   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <5, mmsyn7ukr-common ==0.2.0.0, mmsyn2-array ==0.3.0.0, directory >=1.2.7 && <2, process >=1.4 && <2, mmsyn3 ==0.1.6.0+  build-depends:       base >=4.13 && <5, mmsyn7ukr-common ==0.3.1.0, mmsyn2-array ==0.3.1.1, directory >=1.2.7 && <2, process >=1.4 && <2, end-of-exe ==0.1.2.0   -- hs-source-dirs:   default-language:    Haskell2010 @@ -28,6 +29,6 @@   main-is:             Main.hs   other-modules:       MMSyn7l   -- other-extensions:-  build-depends:       base >=4.7 && <5, mmsyn7ukr-common ==0.2.0.0, mmsyn2-array ==0.3.0.0, directory >=1.2.7 && <2, process >=1.4 && <2, mmsyn3 ==0.1.6.0+  build-depends:       base >=4.13 && <5, mmsyn7ukr-common ==0.3.1.0, mmsyn2-array ==0.3.1.1, directory >=1.2.7 && <2, process >=1.4 && <2, end-of-exe ==0.1.2.0   -- hs-source-dirs:   default-language:    Haskell2010