Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add field for setting framework search path (fixes #182). #3176

Merged
merged 2 commits into from
Feb 20, 2016

Conversation

23Skidoo
Copy link
Member

An updated version of #3158 with the following changes:

  • Renamed framework-dirs to extra-framework-dirs.
  • Added extra-framework-dirs to ConfigFlags.
  • Added some checks to D.PD.Check.
  • Updated the changelog.

@23Skidoo
Copy link
Member Author

/cc @komadori

@komadori
Copy link
Collaborator

Ah, you beat me to it! One difference between that and my own patch is that I made the check PackageDistWarning rather than PackageDistInexcusable, so that you wouldn't be forced to raise the minimum Cabal version for users not using MacOS or shared libraries, but MacOS users would still pick it up if they had a recent enough Cabal. What do you think?

Also, the new entry in "Cabal/doc/installing-packages.markdown" has the wrong option name.

* Renamed to 'extra-framework-dirs'.
* Added 'extra-framework-dirs' to ConfigFlags.
* Added some checks.
* Updated changelog.
@23Skidoo
Copy link
Member Author

@komadori Thanks! Fixed the copy-pasto and changed the check to use PackageDistSuspiciousWarn.

23Skidoo added a commit that referenced this pull request Feb 20, 2016
Add field for setting framework search path (fixes #182).
@23Skidoo 23Skidoo merged commit eb21f98 into haskell:master Feb 20, 2016
@23Skidoo 23Skidoo deleted the framework-dirs branch February 20, 2016 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants