diff --git a/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: json-feed
-version: 2.0.0.18
+version: 2.0.0.19
 synopsis: JSON Feed
 description:
   This is an implementation of the JSON Feed spec in Haskell. The spec is
@@ -66,7 +66,7 @@
 library
   import: library
   build-depends:
-    aeson ^>=2.1.2.1 || ^>=2.2.2.0,
+    aeson ^>=2.1.2 || ^>=2.2.2 || ^>=2.3.0,
     bytestring ^>=0.12.0.2,
     mime-types ^>=0.1.2.0,
     network-uri ^>=2.6.4.2 || ^>=2.7.0.0,
