From 51de9342b915688f1222760c74b9a63e44c533d3 Mon Sep 17 00:00:00 2001
From: Ben Gamari <bgamari.foss@gmail.com>
Date: Fri, 10 Jul 2015 03:45:48 -0400
Subject: [PATCH] Parenthesization wibble in T10279.

See Trac #10624.
---
 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 9c72bf9b07be..071ee452fc47 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
-- 
GitLab