[commit: packages/containers] ghc-head: Merge tag 'v0.5.2.1' of git://github.com/haskell/containers into ghc-head (154cd53)

git at git.haskell.org git at git.haskell.org
Fri Aug 30 13:34:57 CEST 2013


Repository : ssh://git@git.haskell.org/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 <hvr at gnu.org>
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(-)





More information about the ghc-commits mailing list