diff --git a/ghci.cabal b/ghci.cabal
--- a/ghci.cabal
+++ b/ghci.cabal
@@ -1,6 +1,6 @@
 cabal-version:  >=1.10
 name:           ghci
-version:        8.8.1
+version:        8.8.3
 
 license:        BSD3
 license-file:   LICENSE
@@ -76,9 +76,9 @@
         containers       >= 0.5 && < 0.7,
         deepseq          == 1.4.*,
         filepath         == 1.4.*,
-        ghc-boot         == 8.8.1,
-        ghc-boot-th      == 8.8.1,
-        ghc-heap         == 8.8.1,
+        ghc-boot         == 8.8.3,
+        ghc-boot-th      == 8.8.3,
+        ghc-heap         == 8.8.3,
         template-haskell == 2.15.*,
         transformers     == 0.5.*
 
