phonetic-languages-simplified-generalized-properties-array 0.13.0.0 → 0.13.1.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep +phladiprelio-rhythmicity-shareddep ~phonetic-languages-rhythmicityPVP ok
version bump matches the API change (PVP)
Dependencies added: phladiprelio-rhythmicity-shared
Dependency ranges changed: phonetic-languages-rhythmicity
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -114,3 +114,9 @@ * Thirteenth version. Switched to the NoImplicitPrelude extension. Some code deduplication. Updated the dependencies boundaries to use the new functionality. ++## 0.13.1.0 -- 2023-03-15++* Thirteenth version revised A. Updated the dependecies boundaries so that to support the new +code deduplication for different implementations of PhLADiPreLiO.+
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.13.0.0+version: 0.13.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: Phladiprelio.General.PropertiesFuncRepG2, Phladiprelio.General.PropertiesSyllablesG2, Phladiprelio.General.EmphasisG -- other-modules: other-extensions: BangPatterns, MultiWayIf, NoImplicitPrelude- build-depends: base >=4.13 && <5, phonetic-languages-basis ==0.3.0.0, phonetic-languages-rhythmicity ==0.10.2.0, phonetic-languages-phonetics-basics ==0.10.0.2, lists-flines ==0.1.3.0, mmsyn2-array ==0.3.1.1, logical-constraints ==0.1.3.0+ build-depends: base >=4.13 && <5, phonetic-languages-basis ==0.3.0.0, phonetic-languages-rhythmicity ==0.11.0.2, phladiprelio-rhythmicity-shared ==0.1.0.0, phonetic-languages-phonetics-basics ==0.10.0.2, lists-flines ==0.1.3.0, mmsyn2-array ==0.3.1.1, logical-constraints ==0.1.3.0 -- hs-source-dirs: default-language: Haskell2010