Add tests for supporting git submodules and fix issues
commit48d6d9f4792a307331cc05780597fc3461f4668d
authorAkshay Mankar <itsakshaymankar@gmail.com>
Fri, 10 Sep 2021 09:11:13 +0000 (10 11:11 +0200)
committermergify-bot <noreply@mergify.io>
Fri, 22 Oct 2021 15:41:15 +0000 (22 15:41 +0000)
tree66df6368fbd7a39fe039e3b2d021950c7a2ddb77
parent7c550c540b57346b67e66cc12625b2e6553f9a8d
Add tests for supporting git submodules and fix issues

The `RepoRecipe` type now takes a type level argument which tells the arbitrary
instance whether to allow submodules in the recipe or not.
cabal-install/src/Distribution/Client/VCS.hs
cabal-install/tests/UnitTests/Distribution/Client/VCS.hs