gentoo-haskell / haskell-updater

rebuilds Haskell packages after a GHC upgrade or a dependency upgrade
GNU General Public License v3.0
13 stars 8 forks source link

Is there a way to make haskell-updater unneccesary? #8

Open crocket opened 6 years ago

crocket commented 6 years ago

haskell-updater seems like a workaround. Ideally, emerge shouldn't need haskell-updater to upgrade a system that has haskell packages.

trofi commented 6 years ago

haskell-updater solves the problem that gentoo's package manager does not provide (yet):

Tl;DR is: haskell ABI is too fine-grained to express in terms of Gentoo's dependency specification in ebuilds.

crocket commented 6 years ago

Does EAPI=6 solve this issue?

trofi commented 6 years ago

No. There is no syntax or semantics agreed to provide required functionality.