diff --git a/arbtt.cabal b/arbtt.cabal
--- a/arbtt.cabal
+++ b/arbtt.cabal
@@ -1,5 +1,5 @@
 name:               arbtt
-version:            0.9.0.6
+version:            0.9.0.7
 license:            GPL
 license-file:       LICENSE
 category:           Desktop
@@ -94,7 +94,7 @@
         binary >= 0.5,
         deepseq, bytestring, utf8-string, strict,
         transformers, unix, directory, filepath,
-        aeson == 0.6.* || == 0.7.* || == 0.8.* || == 0.9.*,
+        aeson >= 0.6  && < 0.11,
         array == 0.4.* || == 0.5.*,
         terminal-progress-bar,
         bytestring-progress
@@ -131,7 +131,7 @@
         base == 4.5.* || == 4.6.* || == 4.7.* || == 4.8.*,
         parsec == 3.*,
         containers == 0.5.*,
-        aeson == 0.6.* || == 0.7.* || == 0.8.* || == 0.9.*,
+        aeson >= 0.6  && < 0.11,
         array == 0.4.* || == 0.5.*,
         binary >= 0.5,
         deepseq, bytestring, utf8-string, strict,
