* Make installPackage install settings from the [package].buildinfo file.

For libraries installed along with ghc, the settings from the
buildinfo file weren't being installed correctly.  In particular,
linking against the readline package didn't produce a necessary
"-lreadline" flag.

The problem was only with the installPackage script; Cabal's
"defaultMainWithHooks defaultUserHooks" handles buildinfo correctly.

  M ./libraries/installPackage.hs -1 +14

Attachment: install.patch
Description: Binary data

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to