summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-09-16 13:29:42 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-09-27 13:37:51 +0200
commit9c5e5ca1c0de56a0d5b2b924de10548172095b58 (patch)
treefe716c5007ce0f4be4cad289b145035b00db2dcf /guix.scm
parent43438fd13062a29bc6bac71aa12a5077dc013f34 (diff)
downloadguix-patches-9c5e5ca1c0de56a0d5b2b924de10548172095b58.tar
guix-patches-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.scm')
0 files changed, 0 insertions, 0 deletions