-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97b3e5b
commit 4588d35
Showing
3 changed files
with
141 additions
and
60 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
test-fixtures/check-direct-import-transitive-dependency-test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Reading Spago workspace configuration... | ||
Read the package set from the registry | ||
|
||
✅ Selecting package to build: 7368613235362d34312f4e59746b7869335477336d33414d72 | ||
|
||
Downloading dependencies... | ||
Building... | ||
Src Lib All | ||
Warnings 0 0 0 | ||
Errors 0 0 0 | ||
|
||
✅ Build succeeded. | ||
|
||
Looking for unused and undeclared transitive dependencies... | ||
|
||
❌ Tests for package '7368613235362d34312f4e59746b7869335477336d33414d72' import the following transitive dependencies - please add them to the project dependencies, or remove the imports: | ||
control | ||
from `Test.Main`, which imports: | ||
Control.Alt | ||
|
||
|
||
Run the following command to install them all: | ||
spago install --test-deps -p 7368613235362d34312f4e59746b7869335477336d33414d72 control |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters