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
Does anyone have any ideas of what might be a nice way to better support users of Haskell on projects with private dependencies? git submodules and cabal sandbox add-source is too manual / script-y.
The text was updated successfully, but these errors were encountered:
Adding a --pkgroot argument to add-source (or something like it) so that you could run a single command to add-source all dependencies from the current tree.
Fixing misc. usability issues with add-source deps (only reinstall the deps that the current package actually depends on, don't reinstall everything again when a single package failed, anything else I forgotten).
So that private packages are easier to work on.
With this thread in mind: https://twitter.com/Blaisorblade/status/543572310113153024
Does anyone have any ideas of what might be a nice way to better support users of Haskell on projects with private dependencies? git submodules and cabal sandbox add-source is too manual / script-y.
The text was updated successfully, but these errors were encountered: