diff --git a/digestive-functors-aeson.cabal b/digestive-functors-aeson.cabal
--- a/digestive-functors-aeson.cabal
+++ b/digestive-functors-aeson.cabal
@@ -1,6 +1,6 @@
 name: digestive-functors-aeson
 category: Web, JSON
-version: 1.1.19
+version: 1.1.20
 license: GPL-3
 license-file: LICENSE
 author: Oliver Charles
@@ -28,10 +28,10 @@
     Text.Digestive.Aeson
   build-depends:
     aeson >= 0.7 && < 0.12,
-    base >= 4.5 && < 4.9,
+    base >= 4.5 && < 5,
     containers >= 0.5,
     digestive-functors >= 0.7 && < 0.9,
-    lens >= 4.4 && < 4.14,
+    lens >= 4.4 && < 4.15,
     lens-aeson >= 1 && < 1.1,
     safe >= 0.3.3,
     text >= 0.11,
@@ -48,7 +48,7 @@
     digestive-functors-aeson,
 
     aeson,
-    base >= 4.5 && < 4.9,
+    base >= 4.5 && < 5,
     bytestring >= 0.9,
     digestive-functors >= 0.6,
     HUnit >= 1.2,
