Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
https://github.com/ghc/testsuite/commit/a4d191effe41e067b7a5a0f3f2de420782bdbb74 >--------------------------------------------------------------- commit a4d191effe41e067b7a5a0f3f2de420782bdbb74 Author: Jose Pedro Magalhaes <[email protected]> Date: Tue May 21 14:46:02 2013 +0100 Update output for T2604 >--------------------------------------------------------------- tests/deriving/should_fail/T2604.stderr | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deriving/should_fail/T2604.stderr b/tests/deriving/should_fail/T2604.stderr index a733609..fc53200 100644 --- a/tests/deriving/should_fail/T2604.stderr +++ b/tests/deriving/should_fail/T2604.stderr @@ -1,10 +1,10 @@ T2604.hs:7:35: - Can't make a derived instance of âTypeable * DListâ: + Can't make a derived instance of âTypeable * (DList a)â: You need -XDeriveDataTypeable to derive an instance for this class In the data declaration for âDListâ T2604.hs:9:38: - Can't make a derived instance of âTypeable * NListâ: + Can't make a derived instance of âTypeable * (NList a)â: You need -XDeriveDataTypeable to derive an instance for this class In the newtype declaration for âNListâ
_______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
