packages feed

r-glpk-phonetic-languages-ukrainian-durations 0.4.1.0 → 0.4.2.0

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~basedep ~foldable-ixdep ~lists-flinesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, foldable-ix, lists-flines, mmsyn2-array, ukrainian-phonetics-basic-array

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -48,6 +48,9 @@  ## 0.4.1.0 -- 2021-11-05 -* Fourth version revised A. Updated the dependency boundaries to simplify the +* Fourth version revised A. Updated the dependency boundaries to simplify the compilation process. +## 0.4.2.0 -- 2022-03-24++* Fourth version revised B. Updated the dependency boundaries to support the latest GHC and Cabal.
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.1.0+version:             0.4.2.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.2 && <1, lists-flines >=0.1.1 && <1, foldable-ix >=0.1 && <1+  build-depends:       base >=4.8 && <5, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array ==0.5.3.0, lists-flines ==0.1.2.0 && <1, foldable-ix ==0.2.1.0   -- hs-source-dirs:   default-language:    Haskell2010 @@ -29,6 +29,6 @@   main-is:             Main.hs   other-modules:       Numeric.Wrapper.R.GLPK.Phonetics.Ukrainian.Durations   -- other-extensions:-  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 && <5, mmsyn2-array ==0.3.0.0, ukrainian-phonetics-basic-array >=0.5.3.0, lists-flines ==0.1.2.0 && <1, foldable-ix ==0.2.1.0   -- hs-source-dirs:   default-language:    Haskell2010