Popularity
7.4
Growing
Activity
5.8
-
12
8
8

Monthly Downloads: 84
Programming language: Haskell
License: LicenseRef-GPL
Tags: Distribution     DevOps    

haskell-updater alternatives and similar packages

Based on the "Distribution" category.
Alternatively, view haskell-updater alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskell-updater or a related project?

Add another 'Distribution' Package

README

haskell-updater

Rebuilds Haskell packages on Gentoo after a GHC upgrade or a dependency upgrade.

Updating Haskell packages

Sometimes:

emerge -auvDN --keep-going @world

has trouble figuring out how to update Haskell packages. Providing emerge with the full list of dev-haskell packages that have upgrades available can sometimes help:

emerge -avu --oneshot --keep-going --with-bdeps=y @world
haskell-updater -- --verbose-conflicts

Sometimes we have sub-slot blockers (when updating ghc or some specific package there are a list of blockers). Subslot blockers are a portage limitation (bug).

To find solution use larger --backtrack= with emerge and haskell-updater.