Solver Hackage benchmark: Explicitly initialize cabal config files
[cabal.git] / changelog.d / die-on-missing-pkg-list
blob78e2584319721b9fee8c855b7eab997eb834bc70
1 synopsis: Die if package list is missing
2 packages: cabal-install
3 prs: #8944
5 description: {
7 If a package list is missing, `cabal` will now die and suggest the user to run
8 `cabal update` instead of continuing into not being able to find packages coming
9 from the remote package server.