Tue Nov 11 22:53:25 FLE Standard Time 2008  Matti Niemenmaa <matti.niemenmaa+darcs@iki.fi>
  * Export mapAccumR from Map and IntMap

New patches:

[Export mapAccumR from Map and IntMap
Matti Niemenmaa <matti.niemenmaa+darcs@iki.fi>**20081111205325] {
hunk ./Data/IntMap.hs 99
+            , mapAccumR
hunk ./Data/IntMap.hs 1116
-{-
-XXX unused code
-
hunk ./Data/IntMap.hs 1126
--}
hunk ./Data/Map.hs 99
+            , mapAccumR
hunk ./Data/Map.hs 1338
-{-
-XXX unused code
-
hunk ./Data/Map.hs 1349
--}
}

Context:

[Doc fix, from hackage trac #378
Ian Lynagh <igloo@earth.li>**20081024143949] 
[import Data.Data instead of Data.Generics.*, eliminating the dependency on syb
Ross Paterson <ross@soi.city.ac.uk>**20081005002559] 
[fixed typo in highestBitMask
sedillard@gmail.com**20081002215438] 
[export Data.Map.toDescList, foldlWithKey, and foldrWithKey (trac ticket 2580)
qdunkan@gmail.com**20080922213200
 
 toDescList was previously implemented, but not exported.
 
 foldlWithKey was previously implemented, but not exported.  It can be used to
 implement toDescList.
 
 foldrWithKey is already exported as foldWithKey, but foldrWithKey is explicitly
 the mirror of foldlWithKey, and foldWithKey kept for compatibility.
] 
[Bump version number to 0.2.0.0
Ian Lynagh <igloo@earth.li>**20080920160016] 
[TAG 6.10 branch has been forked
Ian Lynagh <igloo@earth.li>**20080919123438] 
[Fixed typo in updateMinWithKey / updateMaxWithKey
sedillard@gmail.com**20080704054350] 
[follow library changes
Ian Lynagh <igloo@earth.li>**20080903223610] 
[add include/Typeable.h to extra-source-files
Ross Paterson <ross@soi.city.ac.uk>**20080831181402] 
[fix cabal build-depends for nhc98
Malcolm.Wallace@cs.york.ac.uk**20080828104248] 
[Add a dep on syb
Ian Lynagh <igloo@earth.li>**20080825214314] 
[add category field
Ross Paterson <ross@soi.city.ac.uk>**20080824003013] 
[we depend on st, now split off from base
Ian Lynagh <igloo@earth.li>**20080823223053] 
[specialize functions that fail in a Monad to Maybe (proposal #2309)
Ross Paterson <ross@soi.city.ac.uk>**20080722154812
 
 Specialize functions signatures like
 
 	lookup :: (Monad m, Ord k) => k -> Map k a -> m a
 to
 	lookup :: (Ord k) => k -> Map k a -> Maybe a
 
 for simplicity and safety.  No information is lost, as each of these
 functions had only one use of fail, which is now changed to Nothing.
] 
[tighter description of split (addresses #2447)
Ross Paterson <ross@soi.city.ac.uk>**20080717064838] 
[Make warning-clean with GHC again
Ian Lynagh <igloo@earth.li>**20080623232023
 With any luck we have now converged on a solution that works everywhere!
] 
[Undo more Data.Typeable-related breakage for non-ghc.
Malcolm.Wallace@cs.york.ac.uk**20080623092757] 
[Placate GHC with explicit import lists
Ian Lynagh <igloo@earth.li>**20080620183926] 
[undo breakage caused by -Wall cleaning
Malcolm.Wallace@cs.york.ac.uk**20080620093922
 The import of Data.Typeable is still required, at least for non-GHC.
] 
[Make the package -Wall clean
Ian Lynagh <igloo@earth.li>**20080618233627] 
[List particular extensions rather than -fglasgow-exts
Ian Lynagh <igloo@earth.li>**20080616232035] 
[Avoid using deprecated flags
Ian Lynagh <igloo@earth.li>**20080616145241] 
[TAG 2008-05-28
Ian Lynagh <igloo@earth.li>**20080528004309] 
Patch bundle hash:
5bc536e220cf8abd4ee0de9ef305173e708a49f4
