[commit: ghc] ghc-7.10: Parenthesization wibble in T10279. (51de934)

git at git.haskell.org git at git.haskell.org
Fri Jul 10 09:37:38 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/51de9342b915688f1222760c74b9a63e44c533d3/ghc

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

commit 51de9342b915688f1222760c74b9a63e44c533d3
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Fri Jul 10 03:45:48 2015 -0400

    Parenthesization wibble in T10279.
    
    See Trac #10624.


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

51de9342b915688f1222760c74b9a63e44c533d3
 testsuite/tests/th/T10279.stderr | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/th/T10279.stderr b/testsuite/tests/th/T10279.stderr
index 9c72bf9..071ee45 100644
--- a/testsuite/tests/th/T10279.stderr
+++ b/testsuite/tests/th/T10279.stderr
@@ -1,8 +1,8 @@
 
-T10279.hs:10:10:
+T10279.hs:10:8:
     Failed to load interface for ‘A’
     no package key matching ‘rts-1.0’ was found
     (This package key looks like the source package ID;
      the real package key is ‘rts’)
-    In the expression: (rts-1.0:A.Foo)
-    In an equation for ‘blah’: blah = (rts-1.0:A.Foo)
+    In the expression: rts-1.0:A.Foo
+    In an equation for ‘blah’: blah = rts-1.0:A.Foo



More information about the ghc-commits mailing list