[commit: ghc] wip/orf-reboot: Accept that TH contains $sel-mangled names for now (aefc790)
git at git.haskell.org
git at git.haskell.org
Fri Mar 27 15:47:04 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/orf-reboot
Link : http://ghc.haskell.org/trac/ghc/changeset/aefc79035e439c5f5242d86cf8d699d1840e5371/ghc
>---------------------------------------------------------------
commit aefc79035e439c5f5242d86cf8d699d1840e5371
Author: Adam Gundry <adam at well-typed.com>
Date: Fri Mar 20 14:42:00 2015 +0000
Accept that TH contains $sel-mangled names for now
>---------------------------------------------------------------
aefc79035e439c5f5242d86cf8d699d1840e5371
.../tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout b/testsuite/tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout
index b34b9bd..2c5a5ff 100644
--- a/testsuite/tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout
+++ b/testsuite/tests/overloadedrecflds/should_run/overloadedrecfldsrun04.stdout
@@ -1,2 +1,2 @@
-data Main.R = Main.MkR {Main.foo :: GHC.Types.Int}
+data Main.R = Main.MkR {Main.$sel:foo:R :: GHC.Types.Int}
42
More information about the ghc-commits
mailing list