[commit: containers] master: Fix language pragma in D.IntMap (978b69c)
Ian Lynagh
igloo at earth.li
Thu Feb 23 01:14:19 CET 2012
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 <johan.tibell at gmail.com>
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
More information about the Cvs-libraries
mailing list