You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently stack dot has only --external, it would be cool if it could separate which packages come from snapshot, which are extra-deps (from Hackage or git/local) and which are really local.
Makes sense! Could even have the graph have some visual info of where the package version came from - #2183 . It'd definitely be good to make local packages look different.
Currently
stack dot
has only--external
, it would be cool if it could separate which packages come from snapshot, which are extra-deps (from Hackage or git/local) and which are really local.Related to: #1265
Bonus:
stack list-dependencies
to take--only-snapshot
to list only packages needed from snapshot.I tried to look around, but I cannot find if the information is easily available somewhere
The text was updated successfully, but these errors were encountered: