[commit: testsuite] master: Improved out-of-scope error for qualified names in GHCi (119a6cd)

git at git.haskell.org git at git.haskell.org
Fri Jan 3 16:16:16 UTC 2014


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/119a6cdd2b14edc8c41aa34d1fc3b62fcb228212/testsuite

>---------------------------------------------------------------

commit 119a6cdd2b14edc8c41aa34d1fc3b62fcb228212
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jan 2 15:18:45 2014 +0000

    Improved out-of-scope error for qualified names in GHCi


>---------------------------------------------------------------

119a6cdd2b14edc8c41aa34d1fc3b62fcb228212
 tests/ghci/scripts/ghci036.stderr |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/ghci/scripts/ghci036.stderr b/tests/ghci/scripts/ghci036.stderr
index 5b53b08..e15b195 100644
--- a/tests/ghci/scripts/ghci036.stderr
+++ b/tests/ghci/scripts/ghci036.stderr
@@ -11,8 +11,6 @@
     Not in scope: ‛nub’
     Perhaps you meant ‛L.nub’ (imported from Data.List)
 
-<interactive>:1:1:
-    Failed to load interface for ‛L’
-    Use -v to see a list of the files searched for.
+<interactive>:1:1: Not in scope: ‛L.nub’
 
 <interactive>:1:1: Not in scope: ‛nub’



More information about the ghc-commits mailing list