phonetic-languages-simplified-generalized-examples-array 0.18.0.0 → 0.18.1.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~mmsyn3PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mmsyn3
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -217,4 +217,8 @@ (try https://web.archive.org/web/20220809192412/https://oleksandrzhabenko.github.io/uk/rhythmicity/InstructionEng.20.pdf). +## 0.18.1.0 -- 2022-08-13++* 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.
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.0.0+version: 0.18.1.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.5.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.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 -- hs-source-dirs: default-language: Haskell2010