Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2fc7e7ceea401d1b417e0ed6a80b31b2b2ab4ec8 >--------------------------------------------------------------- commit 2fc7e7ceea401d1b417e0ed6a80b31b2b2ab4ec8 Author: Ian Lynagh <[email protected]> Date: Sun Sep 23 22:34:37 2012 +0100 Follow GHC change: No deprecated warnings for defining class methods >--------------------------------------------------------------- tests/rename/should_compile/rn050.stderr | 4 ---- tests/rename/should_compile/rn066.stderr | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/tests/rename/should_compile/rn050.stderr b/tests/rename/should_compile/rn050.stderr index 9eacfc0..4eb19d6 100644 --- a/tests/rename/should_compile/rn050.stderr +++ b/tests/rename/should_compile/rn050.stderr @@ -1,8 +1,4 @@ -rn050.hs:10:3: Warning: - In the use of `op' (imported from Rn050_A): - Deprecated: "Use bop instead" - rn050.hs:13:7: Warning: In the use of `op' (imported from Rn050_A): Deprecated: "Use bop instead" diff --git a/tests/rename/should_compile/rn066.stderr b/tests/rename/should_compile/rn066.stderr index 74afb9f..3d38aa9 100644 --- a/tests/rename/should_compile/rn066.stderr +++ b/tests/rename/should_compile/rn066.stderr @@ -1,8 +1,4 @@ -rn066.hs:10:3: Warning: - In the use of `op' (imported from Rn066_A): - "Is that really a good idea?" - rn066.hs:13:7: Warning: In the use of `op' (imported from Rn066_A): "Is that really a good idea?" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
