[commit: testsuite] master: Add DeriveDataTypeable (omitted wrongly before) (ce43f00)
git at git.haskell.org
git at git.haskell.org
Tue Nov 19 07:56:26 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ce43f00c647748227b83b1067518a0071f10f096/testsuite
>---------------------------------------------------------------
commit ce43f00c647748227b83b1067518a0071f10f096
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 19 07:55:36 2013 +0000
Add DeriveDataTypeable (omitted wrongly before)
>---------------------------------------------------------------
ce43f00c647748227b83b1067518a0071f10f096
tests/annotations/should_fail/annfail06.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/annotations/should_fail/annfail06.hs b/tests/annotations/should_fail/annfail06.hs
index ce1c46f..1362f19 100644
--- a/tests/annotations/should_fail/annfail06.hs
+++ b/tests/annotations/should_fail/annfail06.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE StandaloneDeriving #-}
+{-# LANGUAGE StandaloneDeriving, DeriveDataTypeable #-}
module Annfail06 where
-- Testing that we don't accept Typeable or Data instances defined in the same module
More information about the ghc-commits
mailing list