packages feed

mmsyn7l 0.1.1.0 → 0.1.1.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.md view
@@ -11,3 +11,7 @@ ## 0.1.1.0 -- 2020-01-08  * First version revised B. Fixed an issue with the wrong amplitude level recognition.++## 0.1.1.1 -- 2020-01-08++* First version revised C. Fixed an issue with the wrong written function call.
MMSyn7l.hs view
@@ -144,7 +144,7 @@       let delta = (-1.0) - ampl           xs = filter (\x -> isDigit x || x == '-') change0       if take 1 xs == "-" -        then changeVol2 file xs+        then changeVol2 file xs ampl         else do            let ys = take 4 . filter isDigit $ xs               coefA = 0.0001 * fromIntegral (read ys::Int)
mmsyn7l.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7l-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Modifies the amplitude of the sound representations for the Ukrainian language created by mmsyn7ukr package. description:         A program and a library to modify the amplitude of the sound representations for the Ukrainian language created by mmsyn7ukr package or somehow otherwise. homepage:            https://hackage.haskell.org/package/mmsyn7l