diff --git a/IPv6DB.cabal b/IPv6DB.cabal
--- a/IPv6DB.cabal
+++ b/IPv6DB.cabal
@@ -1,5 +1,5 @@
 name:                IPv6DB
-version:             0.3.3.1
+version:             0.3.3.2
 synopsis:            A RESTful microService for IPv6-related data
 description:         IPv6DB is a RESTful microservice using Redis as backend
                      to store lists of IPv6 addresses and attach to each of
@@ -17,7 +17,7 @@
 extra-source-files:  README.md
                    , IPv6DB_APIv1.md
 
-Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
+Tested-With: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.2
 
 Source-Repository head
   Type: git
@@ -28,7 +28,7 @@
   exposed-modules:    Network.IPv6DB.Types 
   build-depends:      aeson                >= 0.7 && < 2.3
                     , attoparsec           >= 0.13.1.0 && < 0.15
-                    , base                 >= 4.12 && < 5.0
+                    , base                 >= 4.12 && < 4.20
                     , bytestring           >= 0.10 && < 0.13
                     , IPv6Addr             >= 2.0.5 && < 2.1
                     , hedis                == 0.15.*
@@ -46,7 +46,7 @@
                   , Queries
                   , Types
   build-depends:    aeson                >= 0.7 && < 2.3
-                  , base                 >= 4.12 && < 5.0
+                  , base                 >= 4.12 && < 4.20
                   , bytestring           >= 0.10 && < 0.13
                   , fast-logger          >= 2.4.8 && < 3.3
                   , IPv6Addr             >= 2.0 && < 2.1
@@ -60,7 +60,7 @@
                   , vector               >= 0.11.0.0 && < 0.14
                   , wai                  >= 3.2.1 && < 3.3
                   , wai-logger           >= 2.2.7 && < 2.4
-                  , warp                 >= 3.3.16 && < 3.4
+                  , warp                 >= 3.3.16 && < 3.5
 
   default-language:  Haskell2010
   ghc-options:      -threaded -rtsopts -with-rtsopts=-N -Wall
