Skip to content

Commit

Permalink
removed spurious community dependencies from manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Merz <stephan.merz@loria.fr>
  • Loading branch information
muenchnerkindl committed Mar 4, 2024
1 parent a3eb927 commit 3bf0d63
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5022,21 +5022,15 @@
{
"path": "specifications/YoYo/YoYoNoPruning.tla",
"communityDependencies": [
"UndirectedGraphs",
"SequencesExt",
"Folds"
"UndirectedGraphs"
],
"tlaLanguageVersion": 2,
"features": [],
"models": []
},
{
"path": "specifications/YoYo/MCYoYoNoPruning.tla",
"communityDependencies": [
"UndirectedGraphs",
"SequencesExt",
"Folds"
],
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": [
Expand All @@ -5058,21 +5052,15 @@
{
"path": "specifications/YoYo/YoYoPruning.tla",
"communityDependencies": [
"UndirectedGraphs",
"SequencesExt",
"Folds"
"UndirectedGraphs"
],
"tlaLanguageVersion": 2,
"features": [],
"models": []
},
{
"path": "specifications/YoYo/MCYoYoPruning.tla",
"communityDependencies": [
"UndirectedGraphs",
"SequencesExt",
"Folds"
],
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": [
Expand All @@ -5095,9 +5083,7 @@
{
"path": "specifications/YoYo/YoYoAllGraphs.tla",
"communityDependencies": [
"UndirectedGraphs",
"SequencesExt",
"Folds"
"UndirectedGraphs"
],
"tlaLanguageVersion": 2,
"features": [],
Expand Down

0 comments on commit 3bf0d63

Please sign in to comment.