diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-07-02 15:04:05 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-07-02 15:04:05 +0100 |
commit | 62164cf56bd91ddd9449d345f8d710fbbdbf4827 (patch) | |
tree | 6895bb96b0b843b9e835e325581fa53cbbc23696 /compiler/codeGen/CgExtCode.hs | |
parent | 330769c9ca21c2fb37e8273283832ec0e9a6c117 (diff) | |
download | haskell-62164cf56bd91ddd9449d345f8d710fbbdbf4827.tar.gz |
-package P was loading all versions of P in GHCi (#7030)
-package P means "the latest version of P" if multiple versions are
installed. It was working as advertised, but we were
eagerly *linking* all versions of P, which might cause an error if the
package has some C code, because we can't link multiple instances of
the same symbol.
Diffstat (limited to 'compiler/codeGen/CgExtCode.hs')
0 files changed, 0 insertions, 0 deletions