diff --git a/tmp-proc-zipkin.cabal b/tmp-proc-zipkin.cabal
--- a/tmp-proc-zipkin.cabal
+++ b/tmp-proc-zipkin.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-zipkin
-version:            0.5.1.0
+version:            0.5.1.1
 synopsis:           Shows how to run redis as a tmp proc
 description:
   An example of using tmp-proc to launch dockerized ZipKin in integration tests.
@@ -30,7 +30,7 @@
     , base         >=4.11     && <5
     , bytestring   >=0.10.8.2 && <0.12
     , http-client
-    , text         ^>=2.0
+    , text         >=1.2.3 && <2.2
     , tmp-proc     >=0.5.1.0  && <0.6.0.0
     , tracing      >=0.0.7.2  && <0.1.0
 
