Is there a way to make haskell-updater unneccesary?
crocket opened this issue · 3 comments
crocket commented
haskell-updater seems like a workaround. Ideally, emerge shouldn't need haskell-updater to upgrade a system that has haskell packages.
trofi commented
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
Does EAPI=6 solve this issue?
trofi commented
No. There is no syntax or semantics agreed to provide required functionality.