diff --git a/ghci.cabal b/ghci.cabal
--- a/ghci.cabal
+++ b/ghci.cabal
@@ -1,5 +1,5 @@
 name:           ghci
-version:        8.6.4
+version:        8.6.5
 license:        BSD3
 license-file:   LICENSE
 category:       GHC
@@ -72,9 +72,9 @@
         containers       >= 0.5 && < 0.7,
         deepseq          == 1.4.*,
         filepath         == 1.4.*,
-        ghc-boot         == 8.6.4,
-        ghc-boot-th      == 8.6.4,
-        ghc-heap         == 8.6.4,
+        ghc-boot         == 8.6.5,
+        ghc-boot-th      == 8.6.5,
+        ghc-heap         == 8.6.5,
         template-haskell == 2.14.*,
         transformers     == 0.5.*
 
