diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T9071.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T9071.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/T9071.stderr b/testsuite/tests/deriving/should_fail/T9071.stderr index c2dccbd28f..c6cc95461b 100644 --- a/testsuite/tests/deriving/should_fail/T9071.stderr +++ b/testsuite/tests/deriving/should_fail/T9071.stderr @@ -1,7 +1,7 @@ [1 of 2] Compiling T9071a ( T9071a.hs, T9071a.o ) [2 of 2] Compiling T9071 ( T9071.hs, T9071.o ) -T9071.hs:7:37: error: - Couldn't match kind ‘* -> *’ with ‘*’ - arising from the first field of ‘F’ (type ‘Mu (K a)’) - When deriving the instance for (Functor F) +T9071.hs:7:37: error: [GHC-18872] + • Couldn't match kind ‘* -> *’ with ‘*’ + arising from the first field of ‘F’ (type ‘Mu (K a)’) + • When deriving the instance for (Functor F) |