Debugging YAML parser dependencies loading.
This commit is contained in:
parent
37e67b5802
commit
f32c5a11bd
@ -12,14 +12,15 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
|
|||||||
for: #common
|
for: #common
|
||||||
do: [
|
do: [
|
||||||
"Dependencies"
|
"Dependencies"
|
||||||
spec baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser/src' ].
|
|
||||||
self fossil: spec.
|
self fossil: spec.
|
||||||
|
spec project: 'PetitParser' with: [
|
||||||
"Groups"
|
spec
|
||||||
spec group: 'PetitParser' with: #('Minimal' 'Indent' 'YAML').
|
repository: 'github://moosetechnology/PetitParser/src';
|
||||||
|
loads: #('Minimal' 'Indent' 'YAML')].
|
||||||
|
|
||||||
"Packages"
|
"Packages"
|
||||||
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil') ]
|
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil' 'PetitParser') ]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user