diff --git a/opentracing-http-client.cabal b/opentracing-http-client.cabal
--- a/opentracing-http-client.cabal
+++ b/opentracing-http-client.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:           opentracing-http-client
-version:        0.3.0
+version:        0.3.0.1
 synopsis:       OpenTracing instrumentation of http-client
 homepage:       https://github.com/kim/opentracing
 bug-reports:    https://github.com/kim/opentracing/issues
@@ -34,7 +34,7 @@
     -Wcompat
     -Wnoncanonical-monad-instances
   build-depends:
-      base >= 4.9 && < 4.19
+      base >= 4.9 && < 5
     , http-client >= 0.5
     , lens >= 4.19
     , mtl >= 2.2
