diff --git a/arbtt.cabal b/arbtt.cabal
--- a/arbtt.cabal
+++ b/arbtt.cabal
@@ -1,5 +1,5 @@
 name:               arbtt
-version:            0.10.0.1
+version:            0.10.0.2
 license:            GPL-2
 license-file:       LICENSE
 category:           Desktop
@@ -40,7 +40,7 @@
     main-is:            capture-main.hs
     hs-source-dirs:     src
     build-depends:
-                base >= 4.7 && < 4.11,
+                base >= 4.7 && < 5,
                 filepath, directory, transformers, utf8-string, strict, containers,
                 aeson >= 0.10  && < 1.3,
                 binary >= 0.5,
@@ -91,14 +91,14 @@
                 Capture.X11
                 System.Locale.SetLocale
             build-depends:
-                X11 > 1.6.1
+                X11 >= 1.9
     default-language: Haskell98
 
 executable arbtt-stats
     main-is:            stats-main.hs
     hs-source-dirs:     src
     build-depends:
-        base >= 4.7 && < 4.11,
+        base >= 4.7 && < 5,
         parsec == 3.*,
         containers == 0.5.*,
         pcre-light,
@@ -145,7 +145,7 @@
     main-is:            dump-main.hs
     hs-source-dirs:     src
     build-depends:
-        base >= 4.7 && < 4.11,
+        base >= 4.7 && < 5,
         parsec == 3.*,
         containers == 0.5.*,
         aeson >= 0.10  && < 1.3,
@@ -182,7 +182,7 @@
     main-is:            import-main.hs
     hs-source-dirs:     src
     build-depends:
-        base >= 4.7 && < 4.11,
+        base >= 4.7 && < 5,
         parsec == 3.*,
         containers == 0.5.*,
         binary >= 0.5,
@@ -235,7 +235,7 @@
     main-is:            recover-main.hs
     hs-source-dirs:     src
     build-depends:
-        base >= 4.7 && < 4.11,
+        base >= 4.7 && < 5,
         containers == 0.5.*,
         binary >= 0.5,
         deepseq, bytestring, utf8-string,
@@ -280,7 +280,7 @@
     Text.Regex.PCRE.Light.Text
     TimeLog
   Build-depends:
-      base >= 4.7 && < 4.11
+      base >= 4.7 && < 5
       , tasty >= 0.7 && < 1.1
       , tasty-golden >= 2.2.0.2  && < 2.4
       , tasty-hunit >= 0.2  && < 0.11
