packages feed

phonetic-languages-simplified-generalized-examples-array 0.18.1.0 → 0.18.2.0

raw patch · 3 files changed

+20/−8 lines, 3 filesdep ~phonetic-languages-filters-arrayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-filters-array

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -222,3 +222,7 @@ * Eighteenth version revised A. Fixed issues with the outdated dependencies versions for the package that disallowed to install and use it for the newur GHC-9.* series. +## 0.18.2.0 -- 2022-08-22++* Eighteenth version revised B. Fixed issues with interval rearrangements. Some minor documentation improvements for the related project phonetic-languages-simplified-examples-array.+
README.md view
@@ -81,21 +81,29 @@ approach and are intended for 4 elements in the rhythmic groups. For more information, please, refer to the section 'WX argument' in the Ukrainian instruction: -https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionUkr.20.pdf+https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionUkr.20.1.pdf  or here: -(try-https://web.archive.org/web/20220809192249/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionUkr.20.pdf)+(try https://web.archive.org/web/20220822182842/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionUkr.20.1.pdf +or https://web.archive.org/web/20220822182940/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionUkr.20.1.html++in html format+)+ The instruction in English is here: -https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.pdf+https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.1.pdf  or here: -(try-https://web.archive.org/web/20220809192412/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.pdf)+(try https://web.archive.org/web/20220822183103/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.1.pdf++or https://web.archive.org/web/20220822183226/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.1.html++in html format+)  There are also some additional information there about the changes in the 0.6.0.0 version. 
phonetic-languages-simplified-generalized-examples-array.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-generalized-examples-array-version:             0.18.1.0+version:             0.18.2.0 synopsis:            Helps to create texts with the given phonetic properties (e. g. poetic). description:         Is rewritten from the modules of the @phonetic-languages-simplified-examples-array@ package. Can be used not only for Ukrainian, but also for other languages. To present the created text you can use e. g. html-presentation-text package: https://hackage.haskell.org/package/html-presentation-text . homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array@@ -21,6 +21,6 @@   exposed-modules:     Phonetic.Languages.General.Lines, Phonetic.Languages.General.Parsing, Phonetic.Languages.General.Simple, Phonetic.Languages.General.GetTextualInfo, Phonetic.Languages.Simplified.Array.General.FuncRep2RelatedG2, Phonetic.Languages.General.Simple.Parsing, Phonetic.Languages.General.Lines.Parsing, Phonetic.Languages.General.GetInfo.Parsing, EspeakNG_IPA   -- other-modules:   other-extensions:    BangPatterns, FlexibleContexts-  build-depends:       base >=4.8 && <5,   phonetic-languages-simplified-generalized-examples-common ==0.5.0.0,   subG ==0.5.3.0,   phonetic-languages-simplified-generalized-properties-array ==0.11.0.0,   phonetic-languages-basis ==0.1.1.0, phonetic-languages-simplified-base ==0.6.0.0,   phonetic-languages-permutations-array ==0.3.4.0,   phonetic-languages-filters-array ==0.4.0.0,   phonetic-languages-phonetics-basics ==0.9.0.0,   phonetic-languages-constraints-array ==0.1.2.0,   parallel >=3.2.0.6 && <4,   phonetic-languages-plus ==0.6.0.0,   mmsyn2-array ==0.3.0.0,   heaps >=0.3.6.1 && <1,   mmsyn3 ==0.1.6.0,   process >= 1.6.2 && <2,   string-interpreter ==0.6.0.0,   cli-arguments ==0.6.0.0, foldable-ix ==0.2.1.0+  build-depends:       base >=4.8 && <5,   phonetic-languages-simplified-generalized-examples-common ==0.5.0.0,   subG ==0.5.3.0,   phonetic-languages-simplified-generalized-properties-array ==0.11.0.0,   phonetic-languages-basis ==0.1.1.0, phonetic-languages-simplified-base ==0.6.0.0,   phonetic-languages-permutations-array ==0.3.4.0,   phonetic-languages-filters-array ==0.5.0.0,   phonetic-languages-phonetics-basics ==0.9.0.0,   phonetic-languages-constraints-array ==0.1.2.0,   parallel >=3.2.0.6 && <4,   phonetic-languages-plus ==0.6.0.0,   mmsyn2-array ==0.3.0.0,   heaps >=0.3.6.1 && <1,   mmsyn3 ==0.1.6.0,   process >= 1.6.2 && <2,   string-interpreter ==0.6.0.0,   cli-arguments ==0.6.0.0, foldable-ix ==0.2.1.0   -- hs-source-dirs:   default-language:    Haskell2010