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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0b38bb73f20c3b0c9a2d433d1af3b9b72ed8555a

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

commit 0b38bb73f20c3b0c9a2d433d1af3b9b72ed8555a
Author: Johan Tibell <[email protected]>
Date:   Tue Nov 22 10:31:18 2011 -0800

    Remove unused language pragmas

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

 Data/IntMap/Lazy.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Data/IntMap/Lazy.hs b/Data/IntMap/Lazy.hs
index 7fdcee5..44c972e 100644
--- a/Data/IntMap/Lazy.hs
+++ b/Data/IntMap/Lazy.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, NoBangPatterns, ScopedTypeVariables #-}
+{-# LANGUAGE CPP #-}
 #if !defined(TESTING) && __GLASGOW_HASKELL__ >= 703
 {-# LANGUAGE Trustworthy #-}
 #endif



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

Reply via email to