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 we have explicit-setup-deps as a hack to say "Use the package's deps to build Setup.hs". It'd be much more principled to use the new custom-setup / setup-depends stuff.
Update library dep to Cabal 1.24
Figure out how it works. Are there docs? Hopefully it's just a component stanza..
Re-use the same logic used for generating ghc arguments for stack ghci
Currently we have
explicit-setup-depsas a hack to say "Use the package's deps to build Setup.hs". It'd be much more principled to use the newcustom-setup/setup-dependsstuff.stack ghciSplit off from #2093 (comment)