summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/PprCore.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coreSyn/PprCore.hs')
-rw-r--r--compiler/coreSyn/PprCore.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/PprCore.hs b/compiler/coreSyn/PprCore.hs
index 2ae1577bd0..eb5e595925 100644
--- a/compiler/coreSyn/PprCore.hs
+++ b/compiler/coreSyn/PprCore.hs
@@ -418,7 +418,7 @@ ppIdInfo id info
unf_info = unfoldingInfo info
has_unf = hasSomeUnfolding unf_info
- rules = specInfoRules (specInfo info)
+ rules = ruleInfoRules (ruleInfo info)
showAttributes :: [(Bool,SDoc)] -> SDoc
showAttributes stuff