Skip to content

Commit 3b677c9

Browse files
authored
improve internal target dependencies (#5935)
motivation: more accuratly reflect internal target dependenies changes: PackageGraph does not depend on SourceControl or Registry, only Workspace does
1 parent ce9189b commit 3b677c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,7 @@ let package = Package(
244244
dependencies: [
245245
"Basics",
246246
"PackageLoading",
247-
"PackageModel",
248-
"PackageRegistry",
249-
"SourceControl"
247+
"PackageModel"
250248
],
251249
exclude: ["CMakeLists.txt", "README.md"]
252250
),
@@ -330,6 +328,7 @@ let package = Package(
330328
"PackageFingerprint",
331329
"PackageGraph",
332330
"PackageModel",
331+
"PackageRegistry",
333332
"SourceControl",
334333
"SPMBuildCore",
335334
],

0 commit comments

Comments
 (0)