mmsyn7s 0.3.1.0 → 0.3.1.1
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- MMSyn7s.hs +2/−1
- mmsyn7s.cabal +1/−1
CHANGELOG.md view
@@ -27,3 +27,7 @@ * Third version revised B. Separated the "1" option into two different ones: "1" and "-1", each of which prints either a list of Strings or the rest of the text being treated partially till the first duplicated Ukrainian sound representation (except the silent ones). Improved formatting for the documentation.++## 0.3.1.1 -- 2020-02-25++* Third version revised C. Fixed issue with being not complete the "-h" first command line argument information.
MMSyn7s.hs view
@@ -61,6 +61,7 @@ ; putStrLn "mmsyn7s -h OR: " ; putStrLn "mmsyn7s -v OR: " ; putStrLn "mmsyn7s 1 {Ukrainian text} OR: "+ ; putStrLn "mmsyn7s -1 {Ukrainian text} OR: " ; putStrLn "mmsyn7s 0 {Ukrainian text} OR: " ; putStrLn "mmsyn7s {Ukrainian text}" ; putStrLn "where the first one prints this help message; "@@ -71,7 +72,7 @@ ; putStrLn " the \"0\" option prints the list of String for the whole text" ; putStrLn " the other beginning is equivalent to the previous one behaviour." }- "-v" -> putStrLn "mmsyn7s: version 0.3.1.0"+ "-v" -> putStrLn "mmsyn7s: version 0.3.1.1" "1" -> putStrLn . show . fst . show7s5 . unwords . drop 1 $ texts "-1" -> putStrLn . snd . show7s5 . unwords . drop 1 $ texts "0" -> putStrLn . show7s2 . unwords . drop 1 $ texts
mmsyn7s.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7s-version: 0.3.1.0+version: 0.3.1.1 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