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 79210d1 commit 66bf114Copy full SHA for 66bf114
src/Spago/Paths.purs
@@ -46,7 +46,7 @@ toLocalCachePackagesPath rootDir = Path.concat [ toLocalCachePath rootDir, "p" ]
46
toLocalCacheGitPath :: FilePath -> FilePath
47
toLocalCacheGitPath rootDir = Path.concat [ toLocalCachePath rootDir, "g" ]
48
49
--- 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
50
toGitSearchPath :: FilePath -> Array FilePath
51
toGitSearchPath rootDir = reverse $ makeSearchPaths rootDir 4 where
52
makeSearchPath :: FilePath -> Int -> FilePath
0 commit comments