**Describe the bug** I want to install many local packages at once, but cabal-3.14 refuses to do so, because there is no cabal description in the current package. **To Reproduce** This used to work: ``` /tmp$ cabal-3.12 v1-install pkg1/ pkg2/ pkg3/ ``` But now I get: ``` /tmp$ cabal-3.14 v1-install pkg1/ pkg2/ pkg3/ ... Error: [Cabal-7654] No cabal file found. Please create a package description file <pkgname>.cabal ... ```