Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers

On branch  : master

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

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

commit ffc0a3a6fbeeb13c17c65d71eaa6e6948df6ddcd
Author: Johan Tibell <[email protected]>
Date:   Thu Nov 17 16:30:00 2011 -0800

    Add missing LANGUAGE pragma to D.Set

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

 Data/Set.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Data/Set.hs b/Data/Set.hs
index 96111fe..be16749 100644
--- a/Data/Set.hs
+++ b/Data/Set.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #if !defined(TESTING) && __GLASGOW_HASKELL__ >= 703
 {-# LANGUAGE Safe #-}
 #endif



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to