Closed

Description
If you have a source-repository-package of type git in cabal.project, and that project has a submodule, then the current arguments passed in VCS.vcsGit
are insufficient. I think vcsGit's cloneArgs
ought to, by default, use --recursive
. Otherwise, files needed for building might be missing.