[commit: ghc] master: Cleanup ghc-pkg (32d1a8a)

git at git.haskell.org git at git.haskell.org
Wed Feb 18 15:48:27 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/32d1a8a5817de8a444d7f50c0a2aebb6a9174326/ghc

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

commit 32d1a8a5817de8a444d7f50c0a2aebb6a9174326
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Wed Feb 18 09:46:49 2015 -0600

    Cleanup ghc-pkg
    
    Summary:
    * Delete dead code in ghc-pkg (not_yet ready since 2004)
    * remove --auto-ghc-libs
    Commit 78185538b (2011) mentions:
    "Deprecate the ghc-pkg --auto-ghci-libs flag
    It was never a universal solution. It only worked with the GNU linker.
    It has not been used by Cabal for ages. GHCi can now load .a files so it will
    not be needed in future."
    "Warning: --auto-ghci-libs is deprecated and will be removed in GHC 7.4"
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D666


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

32d1a8a5817de8a444d7f50c0a2aebb6a9174326
 utils/ghc-pkg/Main.hs | 149 +++++++++++++-------------------------------------
 1 file changed, 37 insertions(+), 112 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 32d1a8a5817de8a444d7f50c0a2aebb6a9174326


More information about the ghc-commits mailing list