Add -w flag to cabal fetch
Open
cabal-install: cmd/fetch
old-milestone: cabal-install 2.0
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
I can `cabal fetch mypackage.cabal` to fetch all dependencies declared in a cabal file.
However, cabal will only do that for my default ghc; the packages that have to be downloaded for a different ghc version might be different.
It would be great if there was a `cabal fetch -w` flag, like there is for e.g. `cabal install`.
Contributor guide
Assessment
This issue has not been assessed yet.