packages feed

phonetic-languages-simplified-examples-array 0.16.0.0 → 0.16.1.0

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.md view
@@ -202,3 +202,8 @@ * The sixteenth version. Added cli-arguments as a new dependency. Changed the way the programs parse their arguments. Added the possibility to use also minimal set of permutations (just one word). Updated the dependencies. Some code improvements. Updated the documentation with the new material and fixed obsoleted output examples.++## 0.16.1.0 -- 2022-01-17++* The sixteenth version revised A. Fixed issue with the unneeded import declaration of the moved functionality.+
Lines/Main.hs view
@@ -26,7 +26,6 @@ import CLI.Arguments import CLI.Arguments.Parsing import CLI.Arguments.Get-import CLI.Arguments.BTransform2Perms import Phonetic.Languages.Permutations.Represent  -- | The function allows to rewrite the Ukrainian text in the file given as the first command line argument to a new file. In between, it is rewritten
phonetic-languages-simplified-examples-array.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-examples-array-version:             0.16.0.0+version:             0.16.1.0 synopsis:            Helps to create Ukrainian texts with the given phonetic properties. description:         Uses more functionality of the arrays and lists. The vector-related functionality is removed and this made the executables and libraries much more lightweight. Deal the Ukrainian as one of the phonetic languages. For the brief introduction in English, please, refer to: https://functional-art.org/2020/papers/Poetry-OleksandrZhabenko.pdf. Since the version 0.3.0.0 the package has the multiple variations mode for @lineVariantsG3@ executable that allows to use modifications in the text, e. g. synonyms, paraphrases etc. homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array