This module implements operations to update and change the package repository, i.e., the index of all packages known to the package manager.
updateRepository
:: Config -> Bool -> Bool -> Bool -> Bool -> ErrorLoggerIO ()
Updates the package index from the central Git repository. |
addPackageToRepository
:: Config -> String -> Bool -> Bool -> ErrorLoggerIO ()
Adds a package stored in the given directory to the repository index. |
Updates the package index from the central Git repository.
If the second argument is |
Adds a package stored in the given directory to the repository index.
If the argument |