From d9f7af85a5178fc959572dfd3998faaeee6e648e Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Thu, 30 May 2013 12:14:34 +0100 Subject: [PATCH] Wibble to error message --- tests/indexed-types/should_fail/DerivUnsatFam.stderr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/indexed-types/should_fail/DerivUnsatFam.stderr b/tests/indexed-types/should_fail/DerivUnsatFam.stderr index dbcb4f03c..1a54b8297 100644 --- a/tests/indexed-types/should_fail/DerivUnsatFam.stderr +++ b/tests/indexed-types/should_fail/DerivUnsatFam.stderr @@ -1,5 +1,5 @@ - -DerivUnsatFam.hs:8:1: - Can't make a derived instance of ‛Functor T’: - Unsaturated data family application - In the stand-alone deriving instance for ‛Functor T’ + +DerivUnsatFam.hs:8:1: + Can't make a derived instance of ‛Functor T’: + No family instance for ‛T’ + In the stand-alone deriving instance for ‛Functor T’