diff --git a/load-all.ghci b/load-all.ghci
index 32b94e940d19656a88fd56b9481685cc6986e25a..38790aa13ff33775a16e25edd7e3f27d1c8e8e06 100644
--- a/load-all.ghci
+++ b/load-all.ghci
@@ -1,5 +1,6 @@
 :set -isrc -XOverloadedStrings -XNamedFieldPuns -XLambdaCase -XMultiWayIf -XScopedTypeVariables
 
+# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920
 :set -XNoImplicitPrelude
 :load src/Prelude.hs
 :set -XImplicitPrelude
diff --git a/run-ghci.sh b/run-ghci.sh
index ea18fa0ce18c97a1ab4f85652ac771afaf871643..afef36c301408afa66d9fedfaba451ad55dd6b6b 100755
--- a/run-ghci.sh
+++ b/run-ghci.sh
@@ -1,4 +1,3 @@
 #!/usr/bin/env bash
 set -e
-# see https://gitlab.haskell.org/ghc/ghc/-/issues/10920
 stack exec -- ghci -ghci-script load-all.ghci