--- a/these.cabal
+++ b/these.cabal
@@ -72,13 +72,13 @@
 
   -- ghc boot libs
   build-depends:
-      base     >=4.5.1.0 && <4.13
+      base     >=4.5.1.0 && <5
     , binary   >=0.5.1.0 && <0.10
     , deepseq  >=1.3.0.0 && <1.5
 
   -- other dependencies
   build-depends:
-      base-compat  >=0.10.5  && <0.11
+      base-compat  >=0.10.5  && <0.12
     , hashable     >=1.2.7.0 && <1.4
 
   if impl(ghc <7.5)
@@ -99,7 +99,7 @@
 
   if flag(aeson)
     build-depends:
-        aeson                 >=1.4.2.0 && <1.5
+        aeson                 >=1.4.2.0 && <1.6
       , unordered-containers  >=0.2.8.0 && <0.3
 
   if flag(assoc)
@@ -109,4 +109,4 @@
     build-depends: semigroupoids >=5.3.2 && <5.4
 
   if flag(quickcheck)
-    build-depends: QuickCheck >=2.12.6.1 && <2.14
+    build-depends: QuickCheck >=2.12.6.1 && <2.15
