[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Remove all support for nhc98 and GHC <7 (8723301)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:40:30 UTC 2017


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

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/8723301c6141905d70a2c1be90dd72ca87272efe

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

commit 8723301c6141905d70a2c1be90dd72ca87272efe
Author: David Feuer <David.Feuer at gmail.com>
Date:   Tue Apr 26 02:01:49 2016 -0400

    Remove all support for nhc98 and GHC <7
    
    We no longer make any effort whatsoever to support any
    version of nhc98 or any version of GHC before 7.0. We
    cannot properly support implementations our continuous
    integration does not test, and these ones are fairly
    rare.
    
    Bump version number


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

8723301c6141905d70a2c1be90dd72ca87272efe
 Data/Map.hs        |   6 +--
 Data/Map/Base.hs   | 116 ++++++++++++++++++++++++++---------------------------
 Data/Map/Strict.hs |  50 +++++++++++------------
 Data/Set/Base.hs   |  60 +++++++++++++--------------
 Data/Tree.hs       |   2 -
 changelog.md       |   6 +++
 containers.cabal   |  41 +++++++++----------
 7 files changed, 140 insertions(+), 141 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 8723301c6141905d70a2c1be90dd72ca87272efe


More information about the ghc-commits mailing list