diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -55,3 +55,7 @@
 
 * Seventh version. Switched to NoImplicitPrelude extension. Removed bytestring as a dependency.  Updated the dependencies boundaries. Changed the names of the modules. Some minor code changes.
 
+## 0.7.1.0 -- 2023-02-02
+
+* Seventh version revised A. Actually removed bytestring as a dependency.
+
diff --git a/phonetic-languages-plus.cabal b/phonetic-languages-plus.cabal
--- a/phonetic-languages-plus.cabal
+++ b/phonetic-languages-plus.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-plus
-version:             0.7.0.0
+version:             0.7.1.0
 synopsis:            Some common shared between different packages functions.
 description:         Among them are the uniqueness-periods-vector series.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-plus
@@ -21,7 +21,7 @@
   exposed-modules:     Phladiprelio.AuxiliaryG, Phladiprelio.RulesIntervals, Phladiprelio.RulesIntervalsPlus, Phladiprelio.Distribution
   -- other-modules:
   other-extensions:    BangPatterns, NoImplicitPrelude
-  build-depends:       base >=4.13 && <5, bytestring >= 0.10 && <1, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
+  build-depends:       base >=4.13 && <5, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
   -- hs-source-dirs:
   default-language:    Haskell2010
 
@@ -29,7 +29,7 @@
   main-is:             Main.hs
   other-modules:       Phladiprelio.AuxiliaryG, Phladiprelio.RulesIntervals, Phladiprelio.RulesIntervalsPlus, Phladiprelio.Distribution
   other-extensions:    BangPatterns, NoImplicitPrelude
-  build-depends:       base >=4.13 && <5, bytestring >= 0.10 && <1, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
+  build-depends:       base >=4.13 && <5, lists-flines ==0.1.3.0, uniqueness-periods-vector-stats ==0.4.0.0, parallel >=3.2.2.0 && <4
   ghc-options:         -threaded -rtsopts
   -- hs-source-dirs:      ., Distribution
   default-language:    Haskell2010
