diff --git a/arbtt.cabal b/arbtt.cabal
--- a/arbtt.cabal
+++ b/arbtt.cabal
@@ -1,5 +1,5 @@
 name:               arbtt
-version:            0.8.1.3
+version:            0.8.1.4
 license:            GPL
 license-file:       LICENSE
 category:           Desktop
@@ -191,9 +191,9 @@
     test.hs
   Build-depends:
       base == 4.5.* || == 4.6.* || == 4.7.*
-      , tasty == 0.7.* || == 0.8.* || == 0.9.*
+      , tasty >= 0.7 && < 0.11
       , tasty-golden >= 2.2.0.2  && <= 2.3
-      , tasty-hunit == 0.2.* || == 0.4.* || == 0.8.* || == 0.9.*
+      , tasty-hunit >= 0.2  && < 0.11
       , HUnit == 1.2.*
       , process-extras == 0.2.*
       , deepseq
