-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fails to index #4
Comments
Since the file Sorry, I should have added that to the README (I will update the README soon). |
The package was definitely built. |
Oh, now I see, I've provided an incorrect example in the README. Can you try to find a directory with |
Yes, that seems to work, but as expected... cabal-helper fails with random errors. It's a plague, really. |
Can you show the output of |
|
I should update the |
I'm having precisely this same issue. Would be great if you could add support! |
|
Of course, compiling and linking |
I've hit this. It's trying to pick up MyProjectFoo/bar/dist/setup-config when the path should instead be:
(It did work for me for the top level project which lives at Is there a workaround for this? |
To answer my own question, this appears to work:
|
When there is no The logic is as follows: if the package directory contains |
So in my situation there is a |
I don't see how this is related to the original issue, which was about using cabal. |
Apologies, I've filed a separate issue for that #13. |
I have no idea why it's trying to get into
.stack-work
directory of my package. I don't use stack for that package and told it to usedist-newstyle
.The text was updated successfully, but these errors were encountered: