Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5c6b1ea826b54d1c550cb29b5a5ac9c6817f5ae9 >--------------------------------------------------------------- commit 5c6b1ea826b54d1c550cb29b5a5ac9c6817f5ae9 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Fri Oct 26 11:10:09 2012 +0100 Error message change for duplicate type signatures >--------------------------------------------------------------- tests/module/mod68.stderr | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/module/mod68.stderr b/tests/module/mod68.stderr index 2d5ece6..f8490a0 100644 --- a/tests/module/mod68.stderr +++ b/tests/module/mod68.stderr @@ -1,5 +1,5 @@ mod68.hs:4:1: - Duplicate type signature: - mod68.hs:4:1-16: f :: Int -> Bool - mod68.hs:3:1-16: f :: Int -> Bool + Duplicate type signatures for `f' + at mod68.hs:3:1 + mod68.hs:4:1 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc