Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/0de1a7e198997b48dbbc551c182a5651d9a02721

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

commit 0de1a7e198997b48dbbc551c182a5651d9a02721
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

Reply via email to