phonetic-languages-simplified-properties-array 0.9.1.0 → 0.9.2.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basedep ~phonetic-languages-simplified-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, phonetic-languages-simplified-base
API changes (from Hackage documentation)
Files
CHANGELOG.md view
@@ -70,3 +70,7 @@ ## 0.9.1.0 -- 2021-10-04 * Ninth version revised A. Some code improvements.++## 0.9.2.0 -- 2021-10-04++* Ninth version revised B. Changed the dependency boundaries and some documentation improvements.
phonetic-languages-simplified-properties-array.cabal view
@@ -2,9 +2,9 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-properties-array-version: 0.9.1.0-synopsis: A generalization of the uniqueness-periods-vector-properties package.-description: Is a simplified version of the functionality of the former one. Uses lists and arrays as main processment data types. Uses Double whenever applicable.+version: 0.9.2.0+synopsis: Some properties of the data related to rhythmicity.+description: A generalization of the uniqueness-periods-vector-properties package. Is a simplified version of the functionality of the former one. Uses lists and arrays as main processment data types. Uses Double whenever applicable. homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-array license: MIT license-file: LICENSE@@ -20,6 +20,6 @@ exposed-modules: Phonetic.Languages.Array.Ukrainian.PropertiesFuncRepG2, Phonetic.Languages.Array.Ukrainian.PropertiesSyllablesG2 -- other-modules: other-extensions: BangPatterns, CPP, MultiWayIf- build-depends: base >=4.8 && <4.15, phonetic-languages-rhythmicity >=0.9.1 && <1, phonetic-languages-simplified-base >=0.1 && <1, ukrainian-phonetics-basic-array >=0.1.2 && <1+ build-depends: base >=4.8 && <4.16, phonetic-languages-rhythmicity >=0.9.1 && <1, phonetic-languages-simplified-base >=0.3 && <1, ukrainian-phonetics-basic-array >=0.1.2 && <1 -- hs-source-dirs: default-language: Haskell2010