Promote packages to local database by ghc-options #849#3327
Conversation
|
So if I read this correctly, this doesn't implement the In a way, this seems similar to setting flags on a package, but IIRC that doesn't automatically promote a package to local (instead, it requires you to make the package an extra-dep). I'm wondering if there's a justification for that difference in behaviour or if it's just by accident. |
|
Just to unify the discussion from here and the issue: I think we're in agreement that this is a fair first step, and are considering some additional changes. Let me document them here:
My recommendation is, in the interest of keeping the changesets manageable, we consider if this change is an improvement. If so, let's merge and open new issues for these enhancements. |
|
@snoyberg Yep, that seems reasonable to me! |
|
OK, two new issues opened. I'm going to merge this so I can get started on the other two. |
Note: Documentation fixes for https://docs.haskellstack.org/en/stable/ should target the "stable" branch, not master.
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!