dobutokO-poetry 0.3.0.0 → 0.3.1.0
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Main.hs +1/−1
- dobutokO-poetry.cabal +1/−1
ChangeLog.md view
@@ -12,3 +12,7 @@ ## 0.3.0.0 -- 2020-06-02 * Third version. Added new generalized functions to the DobutokO.Poetry module and extended with them the functionality in the Main module. ++## 0.3.1.0 -- 2020-06-02++* Third version revised A. Fixed issue with being printed also the second command line argument for the Main.main function.
Main.hs view
@@ -30,7 +30,7 @@ args <- getArgs let arg0 = concat . take 1 $ args arg01 = concat . drop 1 . take 2 $ args- word1s = unwords . drop 1 $ args+ word1s = unwords . drop 2 $ args arg1 <- onException (do let aa = read arg01::Int return aa) (return 10)
dobutokO-poetry.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO-poetry-version: 0.3.0.0+version: 0.3.1.0 synopsis: Helps to order the 7 or less Ukrainian words to obtain somewhat suitable for poetry or music text description: Helps to order the 7 or less Ukrainian words (or their concatenations) to obtain somewhat suitable for poetry or music text.