diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-05 13:36:19 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-05 13:36:19 +0100 |
commit | 597bbcfa13c02d57406b2c4964faf8d48a4f649c (patch) | |
tree | e7db1e633d014d9f1e72d9d9efb54be0849560e2 /testsuite/tests/th/T5971.stderr | |
parent | 704c150bef519211b0bc9f18ec2aef49542b4d97 (diff) | |
download | haskell-597bbcfa13c02d57406b2c4964faf8d48a4f649c.tar.gz |
Accept improved error message
Diffstat (limited to 'testsuite/tests/th/T5971.stderr')
-rw-r--r-- | testsuite/tests/th/T5971.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/th/T5971.stderr b/testsuite/tests/th/T5971.stderr index 23e6b8db8d..2ad5439fda 100644 --- a/testsuite/tests/th/T5971.stderr +++ b/testsuite/tests/th/T5971.stderr @@ -1,7 +1,9 @@ T5971.hs:6:7: The exact Name `x' is not in scope - Probable cause: you used a unique name (NameU) in Template Haskell but did not bind it + Probable cause: you used a unique name (NameU), perhaps via newName, + in Template Haskell, but did not bind it + If that's it, then -ddump-splices might be useful In the result of the splice: $(newName "x" >>= varE) To see what the splice expanded to, use -ddump-splices |