summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-09-22 18:28:35 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-22 19:20:44 -0400
commit806e49ae36a058dbe4494055a6b936dd153c6194 (patch)
tree982c304986bf925187aae36997d4602e3419c8e9 /testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
parent6fd7da745a518a93f6685171701a27283cfe2d4e (diff)
downloadhaskell-806e49ae36a058dbe4494055a6b936dd153c6194.tar.gz
Refactor package imports
Use an (Raw)PkgQual datatype instead of `Maybe FastString` to represent package imports. Factorize the code that renames RawPkgQual into PkgQual in function `rnPkgQual`. Renaming consists in checking if the FastString is the magic "this" keyword, the home-unit unit-id or something else. Bump haddock submodule
Diffstat (limited to 'testsuite/tests/parser/should_compile/DumpRenamedAst.stderr')
-rw-r--r--testsuite/tests/parser/should_compile/DumpRenamedAst.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
index 84519126fc..d8beda8fa4 100644
--- a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
+++ b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
@@ -1263,7 +1263,7 @@
(L
{ DumpRenamedAst.hs:5:8-21 }
{ModuleName: Prelude})
- (Nothing)
+ (NoPkgQual)
(NotBoot)
(False)
(NotQualified)
@@ -1278,7 +1278,7 @@
(L
{ DumpRenamedAst.hs:6:8-16 }
{ModuleName: Data.Kind})
- (Nothing)
+ (NoPkgQual)
(NotBoot)
(False)
(NotQualified)
@@ -1293,7 +1293,7 @@
(L
{ DumpRenamedAst.hs:8:8-16 }
{ModuleName: Data.Kind})
- (Nothing)
+ (NoPkgQual)
(NotBoot)
(False)
(NotQualified)