-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
cabal-install: source-repository-packagecabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement

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.
heitor-lassarote
Metadata
Metadata
Assignees
Labels
cabal-install: source-repository-packagecabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement