I want my test builds to run with the (hpack-generated) Cabal files that I've checked into the repository; I don't want stack to re-generate them as part of the build. Currently, I achieve that by deleting all package.yaml files before running stack, but it would be nicer if there was a command-line flag or a config option to configure stack's behavior.