diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -92,3 +92,7 @@
 * Ninth version. Changed the dependency boundaries and introduced the breaking 
 changes to the code. Please, update to  the new version and check the existing code.
 
+## 0.10.0.0 -- 2022-05-31
+
+* Tenth version. Changed the dependecies to simplify the development.
+
diff --git a/Phonetic/Languages/Array/General/PropertiesFuncRepG2.hs b/Phonetic/Languages/Array/General/PropertiesFuncRepG2.hs
--- a/Phonetic/Languages/Array/General/PropertiesFuncRepG2.hs
+++ b/Phonetic/Languages/Array/General/PropertiesFuncRepG2.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      :  Phonetic.Languages.Array.General.PropertiesFuncRepG2
--- Copyright   :  (c) OleksandrZhabenko 2020-2021
+-- Copyright   :  (c) OleksandrZhabenko 2020-2022
 -- License     :  MIT
 -- Stability   :  Experimental
 -- Maintainer  :  olexandr543@yahoo.com
@@ -41,10 +41,10 @@
 #endif
 import GHC.Int
 import Phonetic.Languages.Array.General.PropertiesSyllablesG2
-import Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base
+import Phonetic.Languages.UniquenessPeriodsG
 import Languages.Rhythmicity
 import Languages.Rhythmicity.Factor
-import Phonetic.Languages.Simplified.DataG.Base
+import Phonetic.Languages.Basis
 import GHC.Float (int2Double)
 import Data.Phonetic.Languages.Base
 import Data.Phonetic.Languages.Syllables hiding (D)
diff --git a/Phonetic/Languages/Array/General/PropertiesSyllablesG2.hs b/Phonetic/Languages/Array/General/PropertiesSyllablesG2.hs
--- a/Phonetic/Languages/Array/General/PropertiesSyllablesG2.hs
+++ b/Phonetic/Languages/Array/General/PropertiesSyllablesG2.hs
@@ -2,7 +2,7 @@
 
 -- |
 -- Module      :  Phonetic.Languages.Array.General.PropertiesSyllablesG2
--- Copyright   :  (c) OleksandrZhabenko 2020-2021
+-- Copyright   :  (c) OleksandrZhabenko 2020-2022
 -- License     :  MIT
 -- Stability   :  Experimental
 -- Maintainer  :  olexandr543@yahoo.com
diff --git a/phonetic-languages-simplified-generalized-properties-array.cabal b/phonetic-languages-simplified-generalized-properties-array.cabal
--- a/phonetic-languages-simplified-generalized-properties-array.cabal
+++ b/phonetic-languages-simplified-generalized-properties-array.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-generalized-properties-array
-version:             0.9.0.0
+version:             0.10.0.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:     Phonetic.Languages.Array.General.PropertiesFuncRepG2, Phonetic.Languages.Array.General.PropertiesSyllablesG2
   -- other-modules:
   other-extensions:    CPP, BangPatterns, MultiWayIf
-  build-depends:       base >=4.8 && <5, phonetic-languages-simplified-base >=0.4.5 && <1, phonetic-languages-rhythmicity >=0.9.1 && <1, phonetic-languages-phonetics-basics >=0.9 && <1
+  build-depends:       base >=4.8 && <5, phonetic-languages-basis ==0.1.0.0, phonetic-languages-simplified-base ==0.5.0.0, phonetic-languages-rhythmicity ==0.9.2.0, phonetic-languages-phonetics-basics ==0.9.0.0
   -- hs-source-dirs:
   default-language:    Haskell2010
