packages feed

mmsyn7s 0.5.0.1 → 0.5.0.2

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -42,3 +42,6 @@  * Fifth version revised A. Fixed issue with the duplicated record in the statistics. Improved formatting for the statistics printing by the program. +## 0.5.0.2 -- 2020-02-26++* Fifth version revised B. Fixed issue with the version number.
MMSyn7s.hs view
@@ -98,7 +98,7 @@                  ; putStrLn "created if every sound is unique; "                  ; putStrLn "      the other beginning is equivalent to the previous one behaviour."                   }-      "-v" -> putStrLn "mmsyn7s: version 0.5.0.0"+      "-v" -> putStrLn "mmsyn7s: version 0.5.0.2"       "-s" -> let ys = unwords . drop 1 $ texts in                 do { putStrLn $ "Possibly unique sounds representations density:                      " ++ (show . sndsDensity $ ys)                    ; putStrLn $ "Number of sounds representation that are enough to cover the text:   " ++ (show . countSnds . show7s6 $ ys)
mmsyn7s.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7s-version:             0.5.0.1+version:             0.5.0.2 synopsis:            Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs description:         A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs homepage:            https://hackage.haskell.org/package/mmsyn7s