[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, revert-408-bugfix_394: Merge pull request #329 from treeowl/rename-internals (0b6cd9e)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:45:22 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/0b6cd9ed1e8800fb1ba2aac842089db23d159b16

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

commit 0b6cd9ed1e8800fb1ba2aac842089db23d159b16
Merge: 576fe49 2eb64f5
Author: David Feuer <David.Feuer at gmail.com>
Date:   Fri Sep 2 12:02:59 2016 -0400

    Merge pull request #329 from treeowl/rename-internals
    
    General package stuff, mostly



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

0b6cd9ed1e8800fb1ba2aac842089db23d159b16
 .travis.yml                                        |  10 +-
 Data/IntMap.hs                                     |  23 ++-
 Data/IntMap/Internal.hs                            |   6 +-
 Data/IntMap/Strict.hs                              |   6 +-
 Data/IntSet/Internal.hs                            |   6 +-
 Data/Map/Internal.hs                               | 154 +--------------------
 Data/Map/Internal/Debug.hs                         | 144 +++++++++++++++++++
 Data/Map/Internal/DeprecatedShowTree.hs            |  56 ++++++++
 Data/Map/Lazy.hs                                   |  16 ++-
 Data/Map/Strict/Internal.hs                        |  15 +-
 Data/Sequence/Internal.hs                          |   2 +-
 Data/Set/Internal.hs                               |   6 +-
 Data/Utils/StrictPair.hs                           |  32 -----
 .../Containers/Internal}/BitQueue.hs               |   8 +-
 .../Utils => Utils/Containers/Internal}/BitUtil.hs |   5 +-
 .../Containers/Internal}/PtrEquality.hs            |  15 +-
 .../Containers/Internal}/StrictFold.hs             |  14 +-
 .../Containers/Internal}/StrictMaybe.hs            |  16 +--
 Utils/Containers/Internal/StrictPair.hs            |  22 +++
 benchmarks/IntMap.hs                               |   5 +-
 benchmarks/Map.hs                                  |   7 +-
 containers.cabal                                   |  17 ++-
 tests/bitqueue-properties.hs                       |   4 +-
 tests/deprecated-properties.hs                     |   1 +
 tests/map-properties.hs                            |   7 +-
 25 files changed, 304 insertions(+), 293 deletions(-)



More information about the ghc-commits mailing list