diff --git a/ghci4luatex.cabal b/ghci4luatex.cabal
--- a/ghci4luatex.cabal
+++ b/ghci4luatex.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           ghci4luatex
-version:        0.1.3
+version:        0.1.4
 synopsis:       A GHCi session in LaTeX
 description:    Please see the README on GitHub at <https://github.com/AliceRixte/ghci4luatex#readme>
 category:       Latex, Program
@@ -43,7 +43,7 @@
       src
   ghc-options: -Wall
   build-depends:
-      aeson >=2.1 && <2.3
+      aeson >=2.1 && <2.4
     , base >=4.17 && <5
     , bytestring >=0.11 && <0.13
     , cmdargs ==0.10.*
@@ -64,7 +64,7 @@
       app
   ghc-options: -Wall -rtsopts -with-rtsopts=-N -threaded
   build-depends:
-      aeson >=2.1 && <2.3
+      aeson >=2.1 && <2.4
     , base >=4.17 && <5
     , bytestring >=0.11 && <0.13
     , cmdargs ==0.10.*
@@ -88,7 +88,7 @@
   ghc-options: -Wall
   build-depends:
       QuickCheck >=2.14 && <2.19
-    , aeson >=2.1 && <2.3
+    , aeson >=2.1 && <2.4
     , base >=4.17 && <5
     , bytestring >=0.11 && <0.13
     , cmdargs ==0.10.*
