r-glpk-phonetic-languages-ukrainian-durations 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~ukrainian-phonetics-basic-arrayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ukrainian-phonetics-basic-array
API changes (from Hackage documentation)
Files
CHANGELOG.md view
@@ -45,3 +45,9 @@ * Fourth version. Added new function to the Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations module. Some code improvements. Changed the imported module from the ukrainian-phonetics-basic-array and base packages.++## 0.4.1.0 -- 2021-11-05++* Fourth version revised A. Updated the dependency boundaries to simplify the +compilation process.+
r-glpk-phonetic-languages-ukrainian-durations.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: r-glpk-phonetic-languages-ukrainian-durations-version: 0.4.0.0+version: 0.4.1.0 synopsis: Can be used to calculate the durations of the approximations of the Ukrainian phonemes. description: Can be used to calculate the durations of the approximations of the Ukrainian phonemes using some prepared text with its correct (at least mostly) pronunciation. The prepared text is located in the same directory and contains lines --- the Ukrainian word and its duration in seconds separated with whitespace. homepage: https://hackage.haskell.org/package/r-glpk-phonetic-languages-ukrainian-durations@@ -21,7 +21,7 @@ exposed-modules: Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations other-modules: Main other-extensions: CPP- build-depends: base >=4.8 && <4.16, mmsyn2-array >=0.3 && <1, ukrainian-phonetics-basic-array >=0.4.1 && <1, lists-flines >=0.1.1 && <1, foldable-ix >=0.1 && <1+ build-depends: base >=4.8 && <4.16, mmsyn2-array >=0.3 && <1, ukrainian-phonetics-basic-array >=0.4.2 && <1, lists-flines >=0.1.1 && <1, foldable-ix >=0.1 && <1 -- hs-source-dirs: default-language: Haskell2010