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.7
+version: 1.1.8
 license: GPL-3
 license-file: LICENSE
 author: Oliver Charles
@@ -27,7 +27,7 @@
     Text.Digestive.Aeson
   build-depends:
     aeson >= 0.7 && < 0.8,
-    base >= 4.5 && < 4.7,
+    base >= 4.5 && < 4.8,
     containers >= 0.5,
     digestive-functors >= 0.7 && < 0.8,
     lens >= 4.0 && < 4.2,
@@ -46,7 +46,7 @@
     digestive-functors-aeson,
 
     aeson,
-    base >= 4.5 && < 4.7,
+    base >= 4.5 && < 4.8,
     bytestring >= 0.9,
     digestive-functors >= 0.6,
     HUnit >= 1.2,
