diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
+
diff --git a/r-glpk-phonetic-languages-ukrainian-durations.cabal b/r-glpk-phonetic-languages-ukrainian-durations.cabal
--- a/r-glpk-phonetic-languages-ukrainian-durations.cabal
+++ b/r-glpk-phonetic-languages-ukrainian-durations.cabal
@@ -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
 
