diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-03-22 22:44:51 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-03-30 23:19:24 -0500 |
commit | 42efe27a30b1f0981b69336089b42afa3537fcc7 (patch) | |
tree | aec54b19cf802c8173c12b0433d402afff2c6005 /doc | |
parent | 2ae9c63f159c883f894d20cdcb222e96c3fa1802 (diff) | |
download | patches-42efe27a30b1f0981b69336089b42afa3537fcc7.tar patches-42efe27a30b1f0981b69336089b42afa3537fcc7.tar.gz |
import: Add Hackage updater.
* guix/import/hackage.scm (guix-package->hackage-name, hackage-package?)
(latest-release): New procedures.
(%hackage-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add it.
* doc/guix.texi (Invoking guix refresh): Mention it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3eb25adec8..c5b13e0572 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4792,6 +4792,8 @@ the updater for @uref{https://pypi.python.org, PyPI} packages. the updater for @uref{https://rubygems.org, RubyGems} packages. @item github the updater for @uref{https://github.com, GitHub} packages. +@item hackage +the updater for @uref{https://hackage.haskell.org, Hackage} packages. @end table For instance, the following command only checks for updates of Emacs |