packages feed

phonetic-languages-simplified-generalized-properties-array 0.8.5.0 → 0.9.0.0

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~phonetic-languages-phonetics-basicsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-phonetics-basics

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -86,3 +86,9 @@ ## 0.8.5.0 -- 2022-01-17  * Eigth version revised E. Updated the dependency boundaries of the for just easier update of the dependent packages.++## 0.9.0.0 -- 2022-02-09++* Ninth version. Changed the dependency boundaries and introduced the breaking +changes to the code. Please, update to  the new version and check the existing code.+
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.8.5.0+version:             0.9.0.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, MultiWayIf-  build-depends:       base >=4.8 && <5, phonetic-languages-simplified-base >=0.4.5 && <1, phonetic-languages-rhythmicity >=0.9.1 && <1, phonetic-languages-phonetics-basics >=0.8.1 && <1+  build-depends:       base >=4.8 && <5, phonetic-languages-simplified-base >=0.4.5 && <1, phonetic-languages-rhythmicity >=0.9.1 && <1, phonetic-languages-phonetics-basics >=0.9 && <1   -- hs-source-dirs:   default-language:    Haskell2010