summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-07-12 19:26:37 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-07-12 19:26:37 -0400
commit1909985b412866d9fa1dde51d36b1cf7ff6de8a6 (patch)
tree80419f2b692e947eb536308c1d1afc0b0a474142 /testsuite/tests/deriving
parent4700baaf8f9bf3c44a53a595d840c7c14cfd6f98 (diff)
downloadhaskell-1909985b412866d9fa1dde51d36b1cf7ff6de8a6.tar.gz
Fix some excessive spacing in error messages
Test Plan: If it builds, ship it Reviewers: austin, bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3729
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail011.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail011.stderr b/testsuite/tests/deriving/should_fail/drvfail011.stderr
index 6ea42e1b08..e29f4e799b 100644
--- a/testsuite/tests/deriving/should_fail/drvfail011.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail011.stderr
@@ -1,10 +1,10 @@
-drvfail011.hs:8:1:
- No instance for (Eq a) arising from a use of ‘==’
- Possible fix: add (Eq a) to the context of the instance declaration
- In the expression: ((a1 == b1))
- In an equation for ‘==’: (==) (T1 a1) (T1 b1) = ((a1 == b1))
- When typechecking the code for ‘==’
- in a derived instance for ‘Eq (T a)’:
- To see the code I am typechecking, use -ddump-deriv
- In the instance declaration for ‘Eq (T a)’
+drvfail011.hs:8:1: error:
+ • No instance for (Eq a) arising from a use of ‘==’
+ Possible fix: add (Eq a) to the context of the instance declaration
+ • In the expression: ((a1 == b1))
+ In an equation for ‘==’: (==) (T1 a1) (T1 b1) = ((a1 == b1))
+ When typechecking the code for ‘==’
+ in a derived instance for ‘Eq (T a)’:
+ To see the code I am typechecking, use -ddump-deriv
+ In the instance declaration for ‘Eq (T a)’