We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b56919 commit 2119d76Copy full SHA for 2119d76
src/Spago/Paths.purs
@@ -40,7 +40,7 @@ toLocalCachePath rootDir = Path.concat [ rootDir, ".spago" ]
40
toLocalCachePackagesPath :: FilePath -> FilePath
41
toLocalCachePackagesPath rootDir = Path.concat [ toLocalCachePath rootDir, "p" ]
42
43
--- search maximum 4 levels up the tree to find the Git project, if it exists
+-- search maximum 4 levels up the tree to find all other `spago.yaml`, which may contain workspace definition
44
toGitSearchPath :: FilePath -> Array FilePath
45
toGitSearchPath rootDir = reverse $ makeSearchPaths rootDir 4 where
46
makeSearchPath :: FilePath -> Int -> FilePath
0 commit comments