Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/6528a685c01025cdd6b4ef164a562e2c1ddeb3d0 >--------------------------------------------------------------- commit 6528a685c01025cdd6b4ef164a562e2c1ddeb3d0 Author: Simon Peyton Jones <[email protected]> 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) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
