Skip to content

gitlab-ci: Ensure that ghc derivation is in scope

Ben Gamari requested to merge wip/fix-ci into master

Previously the lint-ci job attempted to use cabal-install (specifically cabal update) without a GHC in PATH. However, cabal-install-3.8 appears to want GHC, even for cabal update.

Merge request reports