Adding an extra-deps that doesn't exist yet
问题 In the process of solving this tricky build situation, I have now encountered a problem with depending on a Cabal package that I generate myself (the full package, package.yaml and Setup.hs and source code and dependant C libraries and all). I have a stack.yaml and a package.yaml which together describe an environment where I can run my code generator, so this works: Set up the environment, make sure all dependencies are available: stack build In this environment, I can now execute a build