phonetic-languages-simplified-generalized-properties-array 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~phonetic-languages-rhythmicityPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: phonetic-languages-rhythmicity
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -33,3 +33,8 @@ * Fourth version. Added new properties ("c"-, "u"-, "v"-, "s"- and "t"-lines) to the module Phonetic.Languages.Array.General.PropertiesSyllablesG2. Some code improvements (reduced duplication). Changed the dependency boundaries for phonetic-languages-rhythmicity and phonetic-languages-phonetics-basics.++## 0.4.1.0 -- 2021-07-30++* Fourth version revised A. Fixed issues with the fixed point of 1.0 (arising from the issue in the dependency package+phonetic-languages-rhythmicity).
phonetic-languages-simplified-generalized-properties-array.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-generalized-properties-array-version: 0.4.0.0+version: 0.4.1.0 synopsis: Some 'properties' of the phonetic languages approach text. description: Generalizes the functionality of the https://hackage.haskell.org/package/phonetic-languages-simplified-properties-array homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-properties-array@@ -21,6 +21,6 @@ exposed-modules: Phonetic.Languages.Array.General.PropertiesFuncRepG2, Phonetic.Languages.Array.General.PropertiesSyllablesG2 -- other-modules: other-extensions: CPP, BangPatterns- build-depends: base >=4.8 && <4.15, phonetic-languages-simplified-base >=0.2 && <1, phonetic-languages-rhythmicity >=0.5 && <1, phonetic-languages-phonetics-basics >=0.8.1 && <1+ build-depends: base >=4.8 && <4.15, phonetic-languages-simplified-base >=0.2 && <1, phonetic-languages-rhythmicity >=0.5.1 && <1, phonetic-languages-phonetics-basics >=0.8.1 && <1 -- hs-source-dirs: default-language: Haskell2010