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

On branch  : master

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

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

commit b31aae60a60aef0954a9d22fa749917ab8413c29
Author: Johan Tibell <[email protected]>
Date:   Thu Nov 17 17:57:48 2011 -0800

    Correct version number in deprecation notice

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

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

diff --git a/Data/Map.hs b/Data/Map.hs
index 2b529b5..2af597a 100644
--- a/Data/Map.hs
+++ b/Data/Map.hs
@@ -91,7 +91,7 @@ fold :: (a -> b -> b) -> b -> Map k a -> b
 fold = L.foldr
 {-# INLINE fold #-}
 
--- | /Deprecated./ As of version 0.5, replaced by 'L.foldrWithKey'.
+-- | /Deprecated./ As of version 0.4, replaced by 'L.foldrWithKey'.
 --
 -- /O(n)/. Fold the keys and values in the map using the given 
right-associative
 -- binary operator. This function is an equivalent of 'foldrWithKey' and is 
present



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

Reply via email to