Repository : ssh://darcs.haskell.org//srv/darcs/packages/deepseq On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9ade0b930d237c5d1052d0669f5fa2b8e430064b >--------------------------------------------------------------- commit 9ade0b930d237c5d1052d0669f5fa2b8e430064b Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 20:48:20 2012 +0000 Tweak CPP >--------------------------------------------------------------- Control/DeepSeq.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Control/DeepSeq.hs b/Control/DeepSeq.hs index 281ac1e..1f5467d 100644 --- a/Control/DeepSeq.hs +++ b/Control/DeepSeq.hs @@ -1,4 +1,4 @@ -#if __GLASGOW_HASKELL__ >= 703 +#ifdef __GLASGOW_HASKELL__ {-# LANGUAGE Safe #-} #endif ----------------------------------------------------------------------------- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
