Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dbe20c9b12dbfc4f6bacb1cfbdf7e8ad9f85742d >--------------------------------------------------------------- commit dbe20c9b12dbfc4f6bacb1cfbdf7e8ad9f85742d Author: Simon Peyton Jones <[email protected]> Date: Mon May 9 18:11:31 2011 +0100 Add StandaloneDeriving >--------------------------------------------------------------- .../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 ed2d5af..99c720d 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 #-} +{-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving #-} {-# OPTIONS_GHC -O #-} -- In GHC 6.4, compiling this module gave a Core Lint failure following the _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
