`cabal configure -w` should also remember path to 'haddock'
Open
Cabal: other
old-milestone: ⊥
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
If I do `cabal configure -w /path/to/ghc` and then run `cabal haddock`, it will try to use the `haddock` executable from `PATH` and will then complain about the version mismatch. Shouldn't we be able to figure out which `haddock` executable to use at the `configure` stage and then save that information in `setup.config`?
Contributor guide
Assessment
This issue has not been assessed yet.