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)?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [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.