summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/all.T
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-08-12 15:46:44 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-08-12 15:46:44 -0400
commit3f05e5f6becc2f7174898726b6f027105b12a780 (patch)
tree54189ff786c9f176db04ab575590f3d2a8514792 /testsuite/tests/deriving/should_compile/all.T
parenta4f347c23ed926c24d178fec54c27d94f1fae0e4 (diff)
downloadhaskell-3f05e5f6becc2f7174898726b6f027105b12a780.tar.gz
Don't suppress unimplemented type family warnings with DeriveAnyClass
Summary: For some asinine reason, we were suppressing warnings when deriving associated type family instances with `DeriveAnyClass`. That seems like a bad idea. Let's not do that. Along the way, I noticed that the error contexts associated with these newly emitted warnings were less than ideal, so I did some minor refactoring to improve the story there. Fixes #14094 Test Plan: ./validate Reviewers: bgamari, austin Subscribers: rwbarton, thomie GHC Trac Issues: #14094 Differential Revision: https://phabricator.haskell.org/D3828
Diffstat (limited to 'testsuite/tests/deriving/should_compile/all.T')
-rw-r--r--testsuite/tests/deriving/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_compile/all.T b/testsuite/tests/deriving/should_compile/all.T
index 5b69565c52..65c6d7284e 100644
--- a/testsuite/tests/deriving/should_compile/all.T
+++ b/testsuite/tests/deriving/should_compile/all.T
@@ -95,3 +95,4 @@ test('T13813', normal, compile, [''])
test('T13919', normal, compile, [''])
test('T13998', normal, compile, [''])
test('T14045b', normal, compile, [''])
+test('T14094', normal, compile, [''])