Skip to content

Commit

Permalink
Regenerate fixtures with current code
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Nov 13, 2023
1 parent 3748dae commit 3c72e80
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
maybe
from `Main`, which imports:
Data.Maybe


Run the following command to install them all:
spago install -p pedantic maybe


❌ Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
Tests for package 'pedantic' 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 pedantic control
These errors can be fixed by running the below command(s):
spago install -p pedantic maybe
spago install -p pedantic --test-deps control
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
❌ Found unused and/or undeclared transitive dependencies:

Tests for package 'pedantic' 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 pedantic control
These errors can be fixed by running the below command(s):
spago install -p pedantic --test-deps control
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
control
from `Main`, which imports:
Control.Alt


Run the following command to install them all:
spago install -p pedantic control
These errors can be fixed by running the below command(s):
spago install -p pedantic control
25 changes: 11 additions & 14 deletions test-fixtures/pedantic/check-pedantic-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,28 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
- console
- effect
- either


❌ Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
newtype
from `Main`, which imports:
Data.Newtype


Run the following command to install them all:
spago install -p pedantic newtype


❌ Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
- tuples


❌ Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
either
from `Test.Main`, which imports:
Data.Either


Run the following command to install them all:
spago install --test-deps -p pedantic either
These errors can be fixed by running the below command(s):
spago uninstall -p pedantic console effect either
spago install -p pedantic newtype
spago uninstall -p pedantic --test-deps tuples
spago install -p pedantic --test-deps either
13 changes: 7 additions & 6 deletions test-fixtures/pedantic/check-unused-dependency-in-source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
- console
- effect


❌ Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
Tests for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports:
console
from `Test.Main`, which imports:
Effect.Class.Console
effect
from `Test.Main`, which imports:
Effect


Run the following command to install them all:
spago install --test-deps -p pedantic console effect
These errors can be fixed by running the below command(s):
spago uninstall -p pedantic console effect
spago install -p pedantic --test-deps console effect
7 changes: 6 additions & 1 deletion test-fixtures/pedantic/check-unused-dependency.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
- console
- effect

These errors can be fixed by running the below command(s):
spago uninstall -p pedantic console effect
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
❌ Found unused and/or undeclared transitive dependencies:

Sources for package 'pedantic' declares unused dependencies - please remove them from the project config:
- console
- effect


❌ Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
- console
- effect

These errors can be fixed by running the below command(s):
spago uninstall -p pedantic console effect
spago uninstall -p pedantic --test-deps console effect
7 changes: 6 additions & 1 deletion test-fixtures/pedantic/check-unused-test-dependency.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ Errors 0 0 0

Looking for unused and undeclared transitive dependencies...

❌ Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
❌ Found unused and/or undeclared transitive dependencies:

Tests for package 'pedantic' declares unused dependencies - please remove them from the project config:
- newtype

These errors can be fixed by running the below command(s):
spago uninstall -p pedantic --test-deps newtype

0 comments on commit 3c72e80

Please sign in to comment.