Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/978b69cd4a3fec680c240abbbc8fb21ac1a5db96 >--------------------------------------------------------------- commit 978b69cd4a3fec680c240abbbc8fb21ac1a5db96 Author: Johan Tibell <[email protected]> Date: Mon Nov 21 16:45:29 2011 -0800 Fix language pragma in D.IntMap >--------------------------------------------------------------- Data/IntMap.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Data/IntMap.hs b/Data/IntMap.hs index e1718d2..5aa1990 100644 --- a/Data/IntMap.hs +++ b/Data/IntMap.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE 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
