Skip to content

Import qualified Prelude in Cmm/Parser.y

Vladislav Zavialov requested to merge wip/parser-qualified-prelude into master

In preparation for the next version of happy, c95920a6 added a qualified import to GHC/Parser.y but for some reason neglected GHC/Cmm/Parser.y

This patch adds the missing qualified import to GHC/Cmm/Parser.y and also adds a clarifying comment to explain why this import is needed.

Merge request reports