[commit: testsuite] master: Add -XDeriveDataTypeable (aa8edc1)

Simon Peyton Jones simonpj at microsoft.com
Tue May 10 09:11:16 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/aa8edc133866d2faaacdde0fee6508562ec580ef

>---------------------------------------------------------------

commit aa8edc133866d2faaacdde0fee6508562ec580ef
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue May 10 08:10:59 2011 +0100

    Add -XDeriveDataTypeable

>---------------------------------------------------------------

 .../simplCore/should_compile/spec001.hs            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/simplCore/should_compile/spec001.hs b/tests/ghc-regress/simplCore/should_compile/spec001.hs
index 99c720d..0abfd6a 100644
--- a/tests/ghc-regress/simplCore/should_compile/spec001.hs
+++ b/tests/ghc-regress/simplCore/should_compile/spec001.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving #-}
+{-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving, DeriveDataTypeable #-}
 {-# OPTIONS_GHC -O #-}
 
 -- In GHC 6.4, compiling this module gave a Core Lint failure following the





More information about the Cvs-ghc mailing list