Repository : ssh://[email protected]/containers On branch : ghc-head Link : http://git.haskell.org/?p=packages/containers.git;a=commit;h=154cd539a22e4d82ff56fec2d8ad38855f78513a
>--------------------------------------------------------------- commit 154cd539a22e4d82ff56fec2d8ad38855f78513a Merge: 41bc140 ebf5930 Author: Herbert Valerio Riedel <[email protected]> Date: Fri Aug 30 12:46:52 2013 +0200 Merge tag 'v0.5.2.1' of git://github.com/haskell/containers into ghc-head >--------------------------------------------------------------- 154cd539a22e4d82ff56fec2d8ad38855f78513a Data/BitUtil.hs | 71 +++++ Data/Graph.hs | 2 +- Data/IntMap.hs | 54 ++-- Data/IntMap/Base.hs | 567 ++++++++++++++++++--------------------- Data/IntMap/Lazy.hs | 288 ++++++++++---------- Data/IntMap/Strict.hs | 390 ++++++++++++++------------- Data/IntSet.hs | 1 + Data/IntSet/Base.hs | 480 ++++++++++++++++----------------- Data/Map.hs | 94 +++++-- Data/Map/Base.hs | 571 ++++++++++++++++++++++------------------ Data/Map/Lazy.hs | 314 +++++++++++----------- Data/Map/Strict.hs | 143 ++++++---- Data/Sequence.hs | 13 +- Data/Set.hs | 6 + Data/Set/Base.hs | 244 ++++++++++++++--- Data/StrictPair.hs | 17 +- benchmarks/IntMap.hs | 3 + benchmarks/IntSet.hs | 9 +- benchmarks/Makefile | 2 +- benchmarks/Map.hs | 7 +- benchmarks/Set.hs | 10 +- containers.cabal | 18 +- tests/deprecated-properties.hs | 102 +++++++ tests/intmap-properties.hs | 20 +- tests/intset-properties.hs | 120 +++++---- tests/map-properties.hs | 26 +- tests/seq-properties.hs | 10 +- tests/set-properties.hs | 138 ++++++---- 28 files changed, 2148 insertions(+), 1572 deletions(-) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
