cabal list-bin
does not produce marked output
#8400
Labels
cabal-install: cmd/list-bin
cabal-testsuite
re: devx
Improving the cabal developer experience (internal issue)
Lifted from #8392 (comment)
This means the interesting output will not be part of a simple golden value.
The reason is that a plain
putStr
is used for the output:cabal/cabal-install/src/Distribution/Client/CmdListBin.hs
Line 136 in a97e1f1
That's not in line with convention. Output should be produced by the predefined API:
cabal/Cabal/src/Distribution/Simple/Utils.hs
Lines 34 to 37 in a97e1f1
See also:
The text was updated successfully, but these errors were encountered: