diff --git a/tasty-tmux.cabal b/tasty-tmux.cabal
--- a/tasty-tmux.cabal
+++ b/tasty-tmux.cabal
@@ -1,5 +1,5 @@
 name:                tasty-tmux
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Terminal user acceptance testing (UAT) via tmux
 
 description:
@@ -34,8 +34,8 @@
   other-extensions:    FlexibleContexts, FlexibleInstances, RankNTypes
   build-depends:
     base >=4.11 && <5
-    , mtl >=2.2 && <2.3
-    , bytestring >=0.10 && <0.11
+    , mtl >=2.2 && <2.4
+    , bytestring >=0.10 && <0.12
     , text >=1.2 && <1.3
     , typed-process >=0.2.4 && <0.3
     , regex-posix >= 0.95
