diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -9,3 +9,8 @@
 ## 0.1.1.0 -- 2021-01-15
 
 * First version revised A. Added more functions to the export of Sound.SoXBasics1 module.
+
+## 0.2.0.0 -- 2022-08-15
+
+* Second version. Updated the dependencies to support the latest GHC-9.* series.
+
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2019 OleksandrZhabenko
+Copyright (c) 2019-2022 Oleksandr Zhabenko
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/README.markdown b/README.markdown
deleted file mode 100644
--- a/README.markdown
+++ /dev/null
@@ -1,2 +0,0 @@
-Some SoX wrappered functionality that can be used further (e. g. by
-mmsyn7ukr and mmsyn7ukr-array packages).
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+Some SoX wrappered functionality that can be used further (e. g. by
+mmsyn7ukr and mmsyn7ukr-array packages).
diff --git a/mmsyn7ukr-common.cabal b/mmsyn7ukr-common.cabal
--- a/mmsyn7ukr-common.cabal
+++ b/mmsyn7ukr-common.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7ukr-common
-version:             0.1.1.0
+version:             0.2.0.0
 synopsis:            Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX.
 description:         A program and a library that can be used as a simple basic interface to some SoX functionality.
 homepage:            https://hackage.haskell.org/package/mmsyn7ukr-common
@@ -10,16 +10,16 @@
 license-file:        LICENSE
 author:              OleksandrZhabenko
 maintainer:          olexandr543@yahoo.com
-copyright:           (c) Oleksandr Zhabenko 2019-2021
+copyright:           (c) Oleksandr Zhabenko 2019-2022
 category:            Language, Sound
 build-type:          Simple
-extra-source-files:  ChangeLog.md, README.markdown
+extra-source-files:  ChangeLog.md, README.md
 cabal-version:       >=1.10
 
 library
   exposed-modules:     Sound.SoXBasics, Sound.SoXBasics1, Parser.ReplaceP, Sound.Control.Exception.FinalException
   -- other-modules:
   other-extensions:    CPP, DeriveDataTypeable
-  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, directory >=1.2.5 && <1.5, mmsyn3 >=0.1.5 && <1
+  build-depends:       base >=4.7 && <5, process >=1.4 && <2, directory >=1.2.5 && <2, mmsyn3 ==0.1.6.0
   -- hs-source-dirs:
   default-language:    Haskell2010
