You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new absent custom-setup stanza warning is shown for each of the configure, build, haddock, copy/register steps.
It is shown twice for the copy/register step when it triggers on a dependency. I haven't included the reproduction for this double appearance.
output from stack build --haddock --verbose is in the repo in the file output, link
Expected
A single warning is present in output: Package semigroupoids uses a custom Cabal build, but does not use a custom-setup stanza Not using the explicit setup deps approach based on configuration Strongly recommend fixing the package's cabal file
General summary/comments (optional)
The new absent custom-setup stanza warning is shown for each of the configure, build, haddock, copy/register steps.
It is shown twice for the copy/register step when it triggers on a dependency. I haven't included the reproduction for this double appearance.
Steps to reproduce
clone https://github.com/duog/stack-bug. This contains a stack.yaml that has a single location, the semigroupoids commit:https://github.com/ekmett/semigroupoids/tree/d5605e9c3773bad14f922e6e65ba13785edfa7e0
output from
stack build --haddock --verbose
is in the repo in the fileoutput
, linkExpected
A single warning is present in output:
Package semigroupoids uses a custom Cabal build, but does not use a custom-setup stanza Not using the explicit setup deps approach based on configuration Strongly recommend fixing the package's cabal file
Actual
the warning appears 4 times.
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: