this post was submitted on 17 Nov 2023
22 points (95.8% liked)

Arch Linux

7175 readers
3 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Please forgive the noobish question, but what's going on with a document converter that it gets such frequent updates (and by extension forces a ton of Haskell updates)?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 26 points 7 months ago (1 children)

I think it has to do with the way the Haskell packages are disturbed. So if you installed the pandoc from extra repository, and there was an update for any of the Haskell packages that pandoc depended on, then pandoc will have to be updated again. Meaning, instead of pandoc forcing Haskell updates, it is the other way around.

If you only use pandoc and don't normally program in Haskell, check out pandoc-bin. This way you will only get updates for pandoc itself and its dependencies won't force an update.

[–] [email protected] 8 points 7 months ago

Meaning, instead of pandoc forcing Haskell updates, it is the other way around.

Oh! That makes much more sense.

[–] [email protected] 9 points 7 months ago

Haskell packages are dynamically build in arch repos, so they're a huge mess. Use this instead: https://aur.archlinux.org/packages/pandoc-bin

[–] [email protected] 1 points 7 months ago (1 children)

A lot of bug fixing and updating libraries and dependencies it seems:

https://pandoc.org/releases.html

[–] [email protected] 5 points 7 months ago

That only shows one release per month or so, though. I've gotten 4 this week alone.