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
shellFor: provide build tools for all packages when exactDeps = false. Fix#1753. (#1769)
* shellFor: provide build tools for all packages when exactDeps = false
When not using `exactDeps` cabal may try to build arbitrary dependencies
so in this case we need to provide the build tools for all of hsPkgs.
* comp-builder: exclude hsc2hs from build-tools as it is never used,
since it is provided by ghc env, which is first in PATH.
This avoid possible collisions when using eg. devshells, which
fuse all binaries into a single output directory.
0 commit comments