diff --git a/opentracing-jaeger.cabal b/opentracing-jaeger.cabal
--- a/opentracing-jaeger.cabal
+++ b/opentracing-jaeger.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:           opentracing-jaeger
-version:        0.3.0
+version:        0.3.0.1
 synopsis:       Jaeger backend for OpenTracing
 homepage:       https://github.com/kim/opentracing
 bug-reports:    https://github.com/kim/opentracing/issues
@@ -47,7 +47,7 @@
     -Wnoncanonical-monad-instances
   build-depends:
       QuickCheck
-    , base >= 4.9 && < 4.19
+    , base >= 4.9 && < 5
     , bytestring >= 0.10
     , exceptions >= 0.8
     , hashable >= 1.2
