diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-16 13:29:42 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-09-27 13:37:51 +0200 |
commit | 9c5e5ca1c0de56a0d5b2b924de10548172095b58 (patch) | |
tree | fe716c5007ce0f4be4cad289b145035b00db2dcf /.guix-authorizations | |
parent | 43438fd13062a29bc6bac71aa12a5077dc013f34 (diff) | |
download | guix-9c5e5ca1c0de56a0d5b2b924de10548172095b58.tar.gz |
import: stackage: Don’t try to update packages not available on Stackage.
Previously, the ‘hackage-package?’ predicate was used which meant that the updater would try to update non-Stackage packages, and lead to messages like these: $ guix refresh -t stackage warning: failed to parse https://hackage.haskell.org/package/hurl/hurl.cabal warning: failed to parse https://hackage.haskell.org/package/idris/idris.cabal Since ‘hurl’ and ‘idris’ aren’t available on the current Stackage LTS release, they should be filtered out before the Stackage updater even tries to update them. * stackage.scm (stackage-package?): New procedure. (%stackage-updater): Use it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
Diffstat (limited to '.guix-authorizations')
0 files changed, 0 insertions, 0 deletions