Zoe Zuser
Zoe Zuser
cabal already passes a script to ghci when invoking `cabal repl` outside of project context to set the working directory properly because of the fake-package machinery, so that capability definitely...
@jneira `clean` and `sdist` should accept the same flags as before. It occurs to me that `clean --ignore-project` should clean the result of `build --ignore-project` and I'm not sure that...
I got busy and stopped doing cabal work, but I'm hoping to get back to it and wrap up some loose ends of things I was working on at some...
Looking into this, I'm increasingly unsure if *any* `v2-` commands respect the `verbose:` setting.
The only way I see of solving this is to read the configs early to find the verbosity, but there's no good to then pass the config to commands without...
@gbaz I opened a draft PR
I root caused what is either this bug or a highly related bug. PR should be coming tomorrow, and I'll try to verify whether it fixes this issue. nope: different...
This also has a different root cause from #8761 because this works with `nix build` and not `nix-build` and #8761 is broken with both.
It looks like the `Generic` instance for `Down` was only added in `base 4.12.0.0`
@ulysses4ever I split the body out to make the diff smaller.