[commit: testsuite] master: Spelling suggestion has changed (8a6fea4)
Simon Peyton Jones
simonpj at microsoft.com
Wed Aug 3 12:01:32 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8a6fea4e4bc50e27202130d0a3e9c0c9fc01a6ad
>---------------------------------------------------------------
commit 8a6fea4e4bc50e27202130d0a3e9c0c9fc01a6ad
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Aug 3 09:03:40 2011 +0100
Spelling suggestion has changed
I'm not sure why this changed, but it's harmless so I'm accepting it
Perhaps you meant one of these:
`Prelude.id' (imported from Prelude),
`Prelude.gcd' (imported from Prelude),
- `Prelude.log' (imported from Prelude)
+ `Prelude.or' (imported from Prelude)
>---------------------------------------------------------------
tests/module/mod73.stderr | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/module/mod73.stderr b/tests/module/mod73.stderr
index c99c7ef..f86a363 100644
--- a/tests/module/mod73.stderr
+++ b/tests/module/mod73.stderr
@@ -4,4 +4,4 @@ mod73.hs:3:7:
Perhaps you meant one of these:
`Prelude.id' (imported from Prelude),
`Prelude.gcd' (imported from Prelude),
- `Prelude.log' (imported from Prelude)
+ `Prelude.or' (imported from Prelude)
More information about the Cvs-ghc
mailing list