-
Notifications
You must be signed in to change notification settings - Fork 841
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
Stack re-arranges library search path #4527
Comments
Again, this relate to #4504, right? |
Related, meaning this issue was discovered with #4504? Yes. But I think this one points at a different problem with stack. |
I don't see any claim that Stack recognizes such a setting, and I get a warning when I try including that in my |
For providing more information for debugging issues like this, I'd recommend comparing the output of a |
See #4650 |
…search-path Make libs and includes order-dependent (fixes #4527)
General summary/comments (optional)
stack
does not respect the order of the paths to search for libraries.Steps to reproduce
~/.cabal/config
and in ~/.stack/config.yaml`.stack install ghc-paths
cat /Users/uri/.stack/global-project/.stack-work/install/x86_64-ohc-paths-0.1.0.9-KaBYbRV3ryA10w04FwbrO2
and enjoy what you see.Excerpt from
~/.cabal/config
:Excerpt from
~/.stack/config.yaml
:Expected
Library paths listed in the order the config file stated. Also, expected that
exact-configuration: False
would be respected.Actual
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: