packages feed

phonetic-languages-simplified-examples-common 0.5.0.0 → 0.5.1.0

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~phonetic-languages-simplified-properties-arrayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-simplified-properties-array

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -67,3 +67,8 @@ encoding and decoding of the values of 10. Switched for this to the 16-based (hexadecimal)  representation. Added the new functionality to deal with the Phonetic.Languages.Emphasis functionality.++## 0.5.1.0 -- 2022-09-13++* Fifth version revised A. Updated the dependencies to use the new functionality.+
phonetic-languages-simplified-examples-common.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-examples-common-version:             0.5.0.0+version:             0.5.1.0 synopsis:            Some commonly used by phonetic-languages-simplified* series functions. description:         Are intended to be used by the phonetic-languages-simplified-lists-examples and phonetic-languages-simplified-examples-array packages. homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-examples-common@@ -20,6 +20,6 @@   exposed-modules:     Phonetic.Languages.Simplified.DeEnCoding, Phonetic.Languages.Simplified.SimpleConstraints, Phonetic.Languages.Common   -- other-modules:   other-extensions:    BangPatterns-  build-depends:       base >=4.8 && <5, heaps >= 0.3.6.1 && <1, phonetic-languages-ukrainian-array ==0.9.3.0, phonetic-languages-simplified-properties-array ==0.15.0.0, ukrainian-phonetics-basic-array ==0.6.0.0+  build-depends:       base >=4.8 && <5, heaps >= 0.3.6.1 && <1, phonetic-languages-ukrainian-array ==0.9.3.0, phonetic-languages-simplified-properties-array ==0.16.0.0, ukrainian-phonetics-basic-array ==0.6.0.0   -- hs-source-dirs:   default-language:    Haskell2010