diff --git a/hsrelp.cabal b/hsrelp.cabal
--- a/hsrelp.cabal
+++ b/hsrelp.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.4
 name:                hsrelp
-version:             0.1.3.1
+version:             0.1.3.2
 synopsis:            RELP (Reliable Event Logging Protocol) server implementation
 description:         
   The specification of the RELP protocol:
@@ -23,7 +23,7 @@
   import: warnings
   -- other-modules:       
   -- other-extensions:    
-  build-depends:    base >= 4.18.2 && < 5,
+  build-depends:    base >= 4 && < 5,
                     attoparsec >= 0.14.4 && < 0.15,
                     bytestring >= 0.11.5 && < 0.13,
                     utf8-string >= 1.0.2 && < 1.1,
