Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b42571d6671c7bb518bcc8e0308be879d2ba6869 >--------------------------------------------------------------- commit b42571d6671c7bb518bcc8e0308be879d2ba6869 Author: Simon Peyton Jones <[email protected]> Date: Wed Sep 14 15:30:58 2011 +0100 Accept error message change >--------------------------------------------------------------- tests/deriving/should_fail/T2701.stderr | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/deriving/should_fail/T2701.stderr b/tests/deriving/should_fail/T2701.stderr index a9181ac..d1a2913 100644 --- a/tests/deriving/should_fail/T2701.stderr +++ b/tests/deriving/should_fail/T2701.stderr @@ -1,5 +1,5 @@ T2701.hs:10:32: Can't make a derived instance of `Data Foo': - Constructor `MkFoo' must have only arguments of lifted type + Don't know how to derive `Data' for type `Int#' In the data type declaration for `Foo' _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
