diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,3 +77,7 @@
 ## 0.6.5.1 -- 2020-03-01
 
 * Sixth version revised F. Improved formatting for the statistics printing for "-s" and "-s2" first command line arguments. 
+
+## 0.6.6.0 -- 2020-03-08
+
+* Sixth version revised G. Changed the import of the datatype 'UZP' from the module MMSyn7.Syllable.
diff --git a/MMSyn7/Syllable.hs b/MMSyn7/Syllable.hs
--- a/MMSyn7/Syllable.hs
+++ b/MMSyn7/Syllable.hs
@@ -14,7 +14,7 @@
 
 module MMSyn7.Syllable (
   -- * Datatype for the Ukrainian sounds representations
-  UZP
+  UZP(..)
   -- * The resulting functions
   , syllablesUkr
   , takeWordS
diff --git a/mmsyn7s.cabal b/mmsyn7s.cabal
--- a/mmsyn7s.cabal
+++ b/mmsyn7s.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7s
-version:             0.6.5.1
+version:             0.6.6.0
 synopsis:            Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 description:         A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 homepage:            https://hackage.haskell.org/package/mmsyn7s
