-
Notifications
You must be signed in to change notification settings - Fork 846
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
extra-include-dirs in stack.yaml in implicit global config ignored from outside of a project #964
Comments
What is the path where you put this stack.yaml? |
It is at: ( |
Try moving it up a level, to |
Thank you. That works. |
how about adding small Readme.md in those folder ? The content could be:
|
I just added a bit of clarifying text to the stack.yaml documentation (which was already pretty clear), and also opened #969 to make Since the user's original problem is resolved, closing this issue. |
I agree that the stack.yaml documentation was already pretty clear but, as a Windows user, it was borsboom's suggestion above that caused me to understand it better. Perhaps if I explain my own confusion, it will help design documentation that will help others. I do so below. First, non-Windows paths are unfamilar to me. It would help to have the equivalent Windows paths, for a plain vanilla Windows installation of stack, added in parentheses to the stack.yaml documentation (where there is an equivalent). Second, I understood that there could be project-specific However, I did not understand that there were two 'default' (1) one default file in (2) one default file in |
I am not sure if this is supposed to happen: I am using
stack
version 0.1.4.0 on Windows 10 (64 bit). I have setextra-include-dirs
andextra-lib-dirs
instack.yaml
but those settings seem to be ignored when I runstack
from outside a project. For example, if I runstack path
the corresponding items are shown as empty in the output unless I runstack path
in the folder which is theconfig-location
(or a sub-folder).The text was updated successfully, but these errors were encountered: