On 6/27/26 12:30 PM, Erwin Iosef wrote:
Subject: Statically-linked haskell packages


Gene, you mean Arch has a total of 150 dep pkgs for shellcheck+pandoc?
I'm kind of struggling to understand this chart :/

Right - its the number of dependent packages for both; but its actually a bit higher than the earlier table:

$ pactree -s -u pandoc-cli | grep -E 'pandoc|haskell|ghc-libs' > /tmp/deps.pandoc

$ pactree -s -u shellcheck | grep -E 'shellcheck|haskell|ghc-libs' > /tmp/deps.shellcheck

$ cat /tmp/deps.pandoc /tmp/deps.shellcheck | sort -u > /tmp/deps.both

$ wc /tmp/deps.*
  231   231  4650 /tmp/deps.both
  228   228  4614 /tmp/deps.pandoc
   55    55  1074 /tmp/deps.shellcheck

So shellcheck by itself is 55 packages, pandoc by itself is 228 packages and together the total is 231 packages.

There are a few other deps which I've ignored as not specific to the haskell ecosystem.

gene

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to