-
Notifications
You must be signed in to change notification settings - Fork 10
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
confused by relative paths and sources.txt recursion #11
Comments
subfoo should be picked up & installed, so this does seem like a bug. As per my comment in the other ticket, can you update your shelly (and cabal-meta) dependency to the latest and let me know if this issue still occurs? |
When you say latest, do you mean the GitHub versions? (I ran into these issues on 20 Aug with a new HP install + new packages on top of that). Shelly.hs on GitHub doesn't seem to have commits newer than that. I think I'm using the latest cabal-meta from hackage. |
no, not github. what version of the shelly package do you have? |
cabal-meta-0.2.3.2 |
k, looks like you are on the latest :) |
@kowey are you still seeing these issues after your cleanup? |
Still seeing them. |
Suppose I have three packages: foo, subfoo, bar
The sources.txt for foo looks like this:
(subfoo is a sub-package in the foo family, let's say)
The sources.txt for bar looks like this:
Should subfoo be installed or not? Right now, it isn't and I have to write my bar sources.txt like this instead:
Apologies if this is documented and I just missed it!
The text was updated successfully, but these errors were encountered: