summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-gmp')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer/Type.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/src/GHC/Integer/Type.hs b/libraries/integer-gmp/src/GHC/Integer/Type.hs
index 44a2964895..cc94089828 100644
--- a/libraries/integer-gmp/src/GHC/Integer/Type.hs
+++ b/libraries/integer-gmp/src/GHC/Integer/Type.hs
@@ -159,7 +159,7 @@ data Integer = S# !Int#
-- ^ iff value in @]-inf, minBound::'Int'[@ range
-- NOTE: the above representation is baked into the GHCi debugger in
--- compiler/ghci/RtClosureInspect.hs. If you change it here, fixes
+-- GHC.Runtime.Heap.Inspect. If you change it here, fixes
-- will be required over there too. Tests for this are in
-- testsuite/tests/ghci.debugger.