Deprecate the ghc-pkg --auto-ghci-libs flag
authorDuncan Coutts <duncan@well-typed.com>
Mon, 23 May 2011 19:20:52 +0000 (20:20 +0100)
committerDuncan Coutts <duncan@well-typed.com>
Wed, 25 May 2011 11:16:56 +0000 (12:16 +0100)
commit78185538b0d9513b1b287a98cbf96cd120c7ef8f
tree3053bf350a9ac15337d40c839bbc084d90742fc4
parent6ef41c263075b9399efa35850a7e5b0046335ef8
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.
utils/ghc-pkg/Main.hs