packages feed

mmsyn7ukr-array 0.1.1.0 → 0.1.2.0

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Paths_mmsyn7ukr_array: getBinDir :: IO FilePath
+ Paths_mmsyn7ukr_array: getDataDir :: IO FilePath
+ Paths_mmsyn7ukr_array: getDataFileName :: FilePath -> IO FilePath
+ Paths_mmsyn7ukr_array: getDynLibDir :: IO FilePath
+ Paths_mmsyn7ukr_array: getLibDir :: IO FilePath
+ Paths_mmsyn7ukr_array: getLibexecDir :: IO FilePath
+ Paths_mmsyn7ukr_array: getSysconfDir :: IO FilePath
+ Paths_mmsyn7ukr_array: version :: Version

Files

ChangeLog.md view
@@ -9,4 +9,8 @@  * First version revised A. Removed some printing functionality that definitely not needed. +## 0.1.2.0 -- 2022-08-15++* First version revised B. Added the module Paths_mmys7ukr_array to  use  with "y.wav" sound. + 
mmsyn7ukr-array.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7ukr-array-version:             0.1.1.0+version:             0.1.2.0 synopsis:            A simple reduced basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h-array, dobutokO2-array and other similar packages description:         A reduced set of modules  and functionality needed to dobutokO2-array package  and probably some other ones. Is rewritten from the mmsyn7ukr-0.17.0.0 package to reduce the needed dependencies. homepage:            https://hackage.haskell.org/package/mmsyn7ukr-array@@ -18,7 +18,7 @@ cabal-version:       >=1.10  library-  exposed-modules:     SoXBasics.Arr, SoXBasics1.Arr, Processing_mmsyn7ukr_array, ReplaceP.Arr, Control.Exception.FinalException.Arr+  exposed-modules:     SoXBasics.Arr, SoXBasics1.Arr, Processing_mmsyn7ukr_array, ReplaceP.Arr, Control.Exception.FinalException.Arr, Paths_mmsyn7ukr_array   -- other-modules:   -- other-extensions:   build-depends:       base >=4.7 && <5, process >=1.4 && <2, mmsyn2-array ==0.3.0.0, directory >=1.2.5 && <2, mmsyn3 ==0.1.6.0