diff --git a/GOST34112012-Hash.cabal b/GOST34112012-Hash.cabal
--- a/GOST34112012-Hash.cabal
+++ b/GOST34112012-Hash.cabal
@@ -1,6 +1,6 @@
 cabal-version:          3.0
 name:                   GOST34112012-Hash
-version:                0.1.1.0
+version:                0.1.1.1
 synopsis:               Bindings to the GOST R 34.11-2012 hashing implementation
 description:            Binds https://github.com/adegtyarev/streebog , a C
                         implementation of the GOST R 34.11-2012 hash function.
@@ -30,7 +30,7 @@
 library
     import:             warnings
     exposed-modules:    Data.Digest.GOST34112012.Hash
-    build-depends:      base ^>=4.17.2.1,
+    build-depends:      base >= 4 && < 5,
                         bytestring >= 0.11.5 && < 0.12
     hs-source-dirs:     src
     default-language:   Haskell2010
@@ -56,7 +56,7 @@
     type:               exitcode-stdio-1.0
     hs-source-dirs:     test
     main-is:            Main.hs
-    build-depends:      base ^>=4.17.2.1,
+    build-depends:      base >= 4 && < 5,
                         GOST34112012-Hash,
                         bytestring >= 0.11.5 && < 0.12,
                         text >= 2.0.2 && < 2.1,
