summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Parser/PostProcess.hs')
-rw-r--r--compiler/GHC/Parser/PostProcess.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Parser/PostProcess.hs b/compiler/GHC/Parser/PostProcess.hs
index ee95880bba..48bcc45091 100644
--- a/compiler/GHC/Parser/PostProcess.hs
+++ b/compiler/GHC/Parser/PostProcess.hs
@@ -2660,7 +2660,7 @@ failOpFewArgs (L loc op) =
data PV_Context =
PV_Context
- { pv_options :: ParserFlags
+ { pv_options :: ParserOpts
, pv_hint :: SDoc -- See Note [Parser-Validator Hint]
}