When you use darcs clone to clone a repo inside an existing darcs repo, it outputs WARNING: creating a nested repository.. This seems to interfere with parsing out the GHC information. The upshot is that if you have a cabal.project in a darcs-managed project that specifies that some dependency comes from a darcs repository, HLS fails.
When you use
darcs cloneto clone a repo inside an existing darcs repo, it outputsWARNING: creating a nested repository.. This seems to interfere with parsing out the GHC information. The upshot is that if you have acabal.projectin a darcs-managed project that specifies that some dependency comes from a darcs repository, HLS fails.