@cherti I don't.
But I see there's a shellcheck-bin package there, which looks like it will solve the same problem for shellcheck.
Thanks for making me look for it :)
@cherti yup, they were orphans. I know for sure shellcheck is what pulled them in.
This is a reminder that I should run pacman -Qtd more regularly I guess :)
@dnkl pactree -r <any-haskell-package> should give you some insight into which package is pulling all those deps, you could try that. if none is explicitly installed, those packages might be unneeded dependencies left over from the past? if they have properly been installed as dependencies, but not removed when removing what pulled them, pacman -Qtd should reveal those, maybe that's a trace?