phonetic-languages-simplified-properties-lists-double 0.1.0.0 → 0.2.0.0
raw patch · 2 files changed
+7/−3 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
@@ -3,3 +3,7 @@ ## 0.1.0.0 -- 2020-12-05 * First version. Released on an unsuspecting world.++## 0.2.0.0 -- 2021-02-02++* Second version. Please, consider switching to the phonetic-languages-simplified-examples-array package related functionality. It is still under development and introducing new advanced features being more optimized.
phonetic-languages-simplified-properties-lists-double.cabal view
@@ -2,9 +2,9 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-properties-lists-double-version: 0.1.0.0+version: 0.2.0.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 as main processment data. Uses Double whenever applicable.+description: Is a simplified version of the functionality of the former one. Uses lists as main processment data. Uses Double whenever applicable. Please, consider switching to the phonetic-languages-simplified-examples-array package related functionality. It is still under development and introducing new advanced features being more optimized. homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-lists-double license: MIT license-file: LICENSE@@ -20,6 +20,6 @@ exposed-modules: Phonetic.Languages.Lists.Ukrainian.PropertiesFuncRepG2, Phonetic.Languages.Lists.Ukrainian.PropertiesSyllablesG2 -- other-modules: other-extensions: BangPatterns, CPP- build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, phonetic-languages-rhythmicity >=0.1.2 && <1, phonetic-languages-simplified-common >=0.4 && <1, ukrainian-phonetics-basic >=0.4.1 && <1+ build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, phonetic-languages-rhythmicity >=0.1.2 && <0.2, phonetic-languages-simplified-common >=0.4 && <1, ukrainian-phonetics-basic >=0.4.1 && <1 -- hs-source-dirs: default-language: Haskell2010