diff options
Diffstat (limited to 'compiler/GHC/Parser/Errors.hs')
-rw-r--r-- | compiler/GHC/Parser/Errors.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Parser/Errors.hs b/compiler/GHC/Parser/Errors.hs index f2b724160e..57c6141117 100644 --- a/compiler/GHC/Parser/Errors.hs +++ b/compiler/GHC/Parser/Errors.hs @@ -19,6 +19,7 @@ import GHC.Types.SrcLoc import GHC.Types.Name.Reader (RdrName) import GHC.Types.Name.Occurrence (OccName) import GHC.Parser.Types +import Language.Haskell.Syntax.Extension import GHC.Hs.Extension import GHC.Hs.Expr import GHC.Hs.Pat |