phonetic-languages-rhythmicity 0.9.1.0 → 0.9.2.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- phonetic-languages-rhythmicity.cabal +2/−2
CHANGELOG.md view
@@ -92,3 +92,7 @@ * Ninth version revised A. Fixed issues with the custom rhythmicity in the 'readRhythmicity' function. Some documentation improvements.++## 0.9.2.0 -- 2022-03-24++* Ninth version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.
phonetic-languages-rhythmicity.cabal view
@@ -2,7 +2,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-rhythmicity-version: 0.9.1.0+version: 0.9.2.0 synopsis: Allows to estimate the rhythmicity properties for the text description: Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. @@ -22,6 +22,6 @@ -- other-modules: other-extensions: BangPatterns, MultiWayIf ghc-options: -funbox-strict-fields- build-depends: base >=4.7 && <4.15+ build-depends: base >=4.7 && <5 -- hs-source-dirs: default-language: Haskell2010