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
Bootstrap generation fix for exe-only dependencies
Specifically, before this, with 'signal' as a dependency for
cabal-install:exe:cabal, the dependency list ended
...
cabal-install
signal
cabal-install
and the first cabal-install copy failed to build because it's
built as executable.
0 commit comments