Changelog of @hackage/haskell-updater 1.4.0.0

v1.4.0.0 (2024-05-25)

Release v1.4.0.0

  • Add new options for portage invocation

    • Add --mode=reinstall-atoms (-R)
    • Add --world (-W)

    This adds new functionality to haskell-updater which utilizes the --reinstall-atoms flag for portage. This should bypass issues where haskell-updater pulls in masked or unavailable packages and attempts to pull them into the dependency graph. This will remain as optional pending further testing.

  • Add new flags to the command line to help organize functionality:

    • --target={invalid|all|world}
    • --mode={basic|list|reinstall-atoms}
  • Fix bug where some installed package .conf files do not get parsed properly