-
Notifications
You must be signed in to change notification settings - Fork 700
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
How to track executable dependencies #6437
Comments
phadej
added a commit
to phadej/cabal
that referenced
this issue
Dec 16, 2019
Related issues are haskell#6437 and reflex-frp/reflex#375
phadej
added a commit
to phadej/cabal
that referenced
this issue
Dec 16, 2019
Related issues are haskell#6437 and reflex-frp/reflex#375
phadej
added a commit
to phadej/cabal
that referenced
this issue
Dec 16, 2019
Related issues are haskell#6437 and reflex-frp/reflex#375
This was referenced Dec 16, 2019
And I'm answering my own question: we do track dependencies, in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
built-tool-depends
) are put into the store, they are just put there.InstallPlan
checks for dependencies, it checks that the dependencies of an executable are also in the storedata-files
for example.conf
files inpackage.db
This is important for garbage collection of the store:
~/.cabal/bin
as the rootsThen, if we clean up the dependencies:
InstallPlan
The text was updated successfully, but these errors were encountered: