summaryrefslogtreecommitdiff
path: root/libraries/ghci/GHCi/TH.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghci/GHCi/TH.hs')
-rw-r--r--libraries/ghci/GHCi/TH.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghci/GHCi/TH.hs b/libraries/ghci/GHCi/TH.hs
index 15d70ceb4f..56e38c0244 100644
--- a/libraries/ghci/GHCi/TH.hs
+++ b/libraries/ghci/GHCi/TH.hs
@@ -85,8 +85,8 @@ The server runs any finalizers that were added by addModuleFinalizer.
Other Notes on TH / Remote GHCi
- * Note [Remote GHCi] in compiler/ghci/GHCi.hs
- * Note [External GHCi pointers] in compiler/ghci/GHCi.hs
+ * Note [Remote GHCi] in compiler/GHC/Runtime/Interpreter.hs
+ * Note [External GHCi pointers] in compiler/GHC/Runtime/Interpreter.hs
* Note [TH recover with -fexternal-interpreter] in GHC.Tc.Gen.Splice
-}