[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, revert-408-bugfix_394: Refactor internal modules (#324) (576fe49)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:45:18 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/576fe4934880406e0657151ee4200fcb3aca5d78

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

commit 576fe4934880406e0657151ee4200fcb3aca5d78
Author: Ertugrul Söylemez <esz at posteo.de>
Date:   Wed Aug 31 16:50:01 2016 +0200

    Refactor internal modules (#324)
    
    * Ignore more dev files.
    
    * Rename .Base modules to .Internal.
    
      * Data.IntMap.Base -> Data.IntMap.Internal
      * Data.IntSet.Base -> Data.IntSet.Internal
      * Data.Map.Base -> Data.Map.Internal
      * Data.Sequence.Base -> Data.Sequence.Internal
      * Data.Set.Base -> Data.Set.Internal
    
    * Unhide internal modules, add missing warning.
    
    * Unexpose utility modules except for .Utils.BitUtil and .Utils.BitQueue.


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

576fe4934880406e0657151ee4200fcb3aca5d78
 .gitignore                             |  3 +++
 Data/IntMap/{Base.hs => Internal.hs}   | 11 +++++------
 Data/IntMap/Lazy.hs                    |  2 +-
 Data/IntMap/Strict.hs                  |  8 ++++----
 Data/IntSet.hs                         |  2 +-
 Data/IntSet/{Base.hs => Internal.hs}   |  7 +++----
 Data/Map/{Base.hs => Internal.hs}      | 12 +++++-------
 Data/Map/Lazy.hs                       |  2 +-
 Data/Map/Lazy/Merge.hs                 |  2 +-
 Data/Map/Strict.hs                     |  2 +-
 Data/Map/Strict/Internal.hs            | 24 +++++++++++-------------
 Data/Sequence.hs                       |  2 +-
 Data/Sequence/{Base.hs => Internal.hs} |  6 ++----
 Data/Set.hs                            |  2 +-
 Data/Set/{Base.hs => Internal.hs}      | 22 +++++++++++++++++-----
 benchmarks/LookupGE/LookupGE_IntMap.hs |  2 +-
 benchmarks/LookupGE/LookupGE_Map.hs    |  2 +-
 containers.cabal                       | 16 +++++++++-------
 tests/map-properties.hs                |  2 +-
 tests/seq-properties.hs                |  2 +-
 20 files changed, 70 insertions(+), 61 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 576fe4934880406e0657151ee4200fcb3aca5d78


More information about the ghc-commits mailing list