this post was submitted on 27 Mar 2024
633 points (92.9% liked)

linuxmemes

20401 readers
1590 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] rustydrd@sh.itjust.works 27 points 4 months ago (4 children)

Then again, am I really using these Haskell libraries? I just want to use pandoc. I love Arch, but the organization of the official repos is sometimes suboptimal.

[–] backhdlp@iusearchlinux.fyi 14 points 4 months ago

you're right, installing pandoc on arch really comes with a lot of bloat. Iirc it's >200 haskell libraries.

[–] goddard_guryon@sopuli.xyz 8 points 4 months ago (1 children)

Last I checked (which was some time ago), pandoc-bin doesn't require the haskell dependencies. I saved quite some installation time (and screen space during installation) by switching.

[–] rustydrd@sh.itjust.works 4 points 4 months ago

Used pandoc-bin before and agree it's more compact, but I had some issues with citation management recently, so went back to standard pandoc.

[–] oce@jlai.lu 4 points 4 months ago

Haskell is paved with bad installations.

[–] areyouevenreal@lemm.ee -1 points 4 months ago

Someone has never done software development or worked on a build pipeline and it shows. Obviously complex software has lots of dependencies especially compiling from source.