You are not logged in.

#1 2019-06-12 04:12:12

gurban
Member
Registered: 2019-06-12
Posts: 1

High frequency of haskel modules and pandoc updates

Hi

Every day I update my archlinux with pacman -Syu, most of the updates are haskell modules and pandoc. Every day!

For example today version of some packages are:
   * pandoc-2.7.2-57. (57 updates for 2.7.2)
   * haskell-http-4000.3.13-40 (40 updates for 3.13.40)
   * haskell-xml-conduit-1.8.0.1-60 (60 updates for 1.8.0.1)

I'm curious as to know why these packages updated so frequently. Is this haskell issue (e.g. much bugs)?

Thank you in advance

Last edited by gurban (2019-06-12 04:13:22)

Offline

#2 2019-06-12 04:16:38

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: High frequency of haskel modules and pandoc updates

Yeah, that's how haskell works. No stable ABI, no compatibility, every little change requires that everything downstream gets rebuilt.

Offline

#3 2019-06-12 11:55:06

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: High frequency of haskel modules and pandoc updates

Which is a sad irony for an allegedly side-effect free purely functional programming language.

This function is guaranteed to do the same thing every time it is called regardless of the circumstances ... unless of course 12 hours have passed since you installed the package that contains it, then it will do something entirely different.

Last edited by Trilby (2019-06-12 11:56:45)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB